Skip to content

Commit e479109

Browse files
github-actions[bot]dazumarobertlaurin
authored
release: Release 2 gems (#849)
* release: Release 2 gems * fix: changelog to include changes Co-authored-by: Daniel Azuma <[email protected]> Co-authored-by: Robert <[email protected]>
1 parent 424cb23 commit e479109

File tree

4 files changed

+10
-2
lines changed

4 files changed

+10
-2
lines changed

exporter/otlp/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Release History: opentelemetry-exporter-otlp
22

3+
### v0.20.1 / 2021-06-29
4+
5+
* FIXED: Otlp encoding exceptions again
6+
37
### v0.20.0 / 2021-06-23
48

59
* BREAKING CHANGE: Total order constraint on span.status=

exporter/otlp/lib/opentelemetry/exporter/otlp/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ module OpenTelemetry
88
module Exporter
99
module OTLP
1010
## Current OpenTelemetry OTLP exporter version
11-
VERSION = '0.20.0'
11+
VERSION = '0.20.1'
1212
end
1313
end
1414
end
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Release History: opentelemetry-instrumentation-active_job
22

3+
### v0.1.1 / 2021-06-29
4+
5+
* FIXED: Compatibility with RC2 span status api changes [845](https://github.com/open-telemetry/opentelemetry-ruby/pull/845)
6+
37
### v0.1.0 / 2021-06-23
48

59
* Initial release.

instrumentation/active_job/lib/opentelemetry/instrumentation/active_job/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
module OpenTelemetry
88
module Instrumentation
99
module ActiveJob
10-
VERSION = '0.1.0'
10+
VERSION = '0.1.1'
1111
end
1212
end
1313
end

0 commit comments

Comments
 (0)