Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 1574c41

Browse files
authoredMar 20, 2024
release: Release opentelemetry-registry 0.3.1 (was 0.3.0) (#1618)
1 parent bffcb77 commit 1574c41

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed
 

‎registry/CHANGELOG.md

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

3+
### v0.3.1 / 2024-03-19
4+
5+
* fix: Make use_all config friendlier [#1406](https://github.com/open-telemetry/opentelemetry-ruby/pull/1406)
6+
37
### v0.3.0 / 2023-06-08
48

59
* BREAKING CHANGE: Remove support for EoL Ruby 2.7

‎registry/lib/opentelemetry/instrumentation/registry/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
class Registry
10-
VERSION = '0.3.0'
10+
VERSION = '0.3.1'
1111
end
1212
end
1313
end

0 commit comments

Comments
 (0)
Please sign in to comment.