Skip to content

Commit 5702f97

Browse files
committed
Bump version to v0.2.0
Signed-off-by: Shizuo Fujita <[email protected]>
1 parent 0265644 commit 5702f97

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
## [Unreleased]
22

3+
## [0.2.0] - 2025-06-26
4+
5+
- Make gRPC sending and receiving optional (#4)
6+
- To use gRPC sending and receiving, you need to install `grpc` gem manually.
7+
38
## [0.1.0] - 2025-03-31
49

510
- Initial release

fluent-plugin-opentelemetry.gemspec

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

33
Gem::Specification.new do |spec|
44
spec.name = "fluent-plugin-opentelemetry"
5-
spec.version = "0.1.0"
5+
spec.version = "0.2.0"
66
spec.authors = ["Shizuo Fujita"]
77
spec.email = ["[email protected]"]
88

0 commit comments

Comments
 (0)