Skip to content

Commit 0fb5263

Browse files
committed
Bump version to v0.3.0
Signed-off-by: Shizuo Fujita <[email protected]>
1 parent d41a143 commit 0fb5263

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.3.0] - 2025-07-23
4+
5+
- in_opentelemetry: add ${type} placeholder support in tag parameter (#8)
6+
- in_opentelemetry: use String for record keys (#6)
7+
38
## [0.2.0] - 2025-06-26
49

510
- Make gRPC sending and receiving optional (#4)

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.2.0"
5+
spec.version = "0.3.0"
66
spec.authors = ["Shizuo Fujita"]
77
spec.email = ["[email protected]"]
88

0 commit comments

Comments
 (0)