Skip to content
This repository was archived by the owner on Apr 8, 2025. It is now read-only.

Commit 1b6f14d

Browse files
bump version to 0.3.0 (#64)
1 parent cdeeb80 commit 1b6f14d

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,17 @@ and this repository adheres to [Semantic Versioning](https://semver.org/spec/v2.
77

88
## Unreleased
99

10+
## v0.3.0 - 2022-09-28
11+
12+
### Changed
13+
14+
- [Update opentelemetry-exporter-otlp requirement from ~> 0.21.0 to >= 0.21, <
15+
0.25](https://github.com/signalfx/splunk-otel-ruby/pull/60)
16+
- [Update opentelemetry-propagator-b3 requirement from ~> 0.19.2 to >= 0.19.2, <
17+
0.21.0](https://github.com/signalfx/splunk-otel-ruby/pull/35)
18+
- [Update opentelemetry-exporter-jaeger requirement from ~> 0.20.1 to >= 0.20.1,
19+
< 0 .23.0](https://github.com/signalfx/splunk-otel-ruby/pull/61)
20+
1021
## v0.2.0 - 2022-09-06
1122

1223
### Added

lib/splunk/otel/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
module Splunk
44
module Otel
5-
VERSION = "0.2.0"
5+
VERSION = "0.3.0"
66
end
77
end

0 commit comments

Comments
 (0)