Skip to content

Commit 917500e

Browse files
committed
chore: Update CHANGELOG, version
1 parent ff0b8a3 commit 917500e

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

instrumentation/grpc/CHANGELOG.md

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

3+
### v0.2.0 / 2025-04-02
4+
5+
* ADDED: Add gRPC trace demonstration
6+
* ADDED: Migrate gRPC instrumentation to OpenTelemetry tooling
7+
* ADDED: Transferred ownership of the gem from @hibachrach to OpenTelemetry
8+
39
### v0.1.3 / 2024-09-11
410

511
* FIXED: Fix error in handling of non-gRPC errors

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.1.0'
10+
VERSION = '0.2.0'
1111
end
1212
end
1313
end

0 commit comments

Comments
 (0)