Skip to content

Commit ff1d7cc

Browse files
Merge branch 'main' into dependabot/github_actions/ruby/setup-ruby-1.231.0
2 parents b1fb816 + eab6c8d commit ff1d7cc

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

instrumentation/grpc/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-grpc
22

3+
### v0.2.1 / 2025-04-17
4+
5+
* CHANGED: Fix ClientTracer: uninitialized constant GRPC (NameError) https://github.com/open-telemetry/opentelemetry-ruby-contrib/pull/1471
6+
37
### v0.2.0 / 2025-04-02
48

59
* ADDED: Add gRPC trace demonstration

instrumentation/grpc/lib/opentelemetry/instrumentation/grpc/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 Grpc
10-
VERSION = '0.2.0'
10+
VERSION = '0.2.1'
1111
end
1212
end
1313
end

0 commit comments

Comments
 (0)