Skip to content

Commit d837e37

Browse files
committed
Bump version to v0.4.0
1 parent 3a59894 commit d837e37

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

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

3+
## [0.4.0] - 2025-10-10
4+
5+
- in_opentelemetry_metrics: Add plugin to support fluentd metrics export (#10)
6+
37
## [0.3.0] - 2025-07-23
48

59
- in_opentelemetry: add ${type} placeholder support in tag parameter (#8)

lib/fluent/plugin/opentelemetry/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
module Fluent
44
module Plugin
55
module Opentelemetry
6-
VERSION = "0.3.0"
6+
VERSION = "0.4.0"
77
end
88
end
99
end

0 commit comments

Comments
 (0)