Skip to content

Commit f14320a

Browse files
authored
Merge pull request #36 from fluent-plugins-nursery/release-v0.3.0
chore: release 0.3.0
2 parents 6b86f97 + 907cd1a commit f14320a

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Changelog
2+
3+
## [0.3.0](https://www.github.com/fluent-plugins-nursery/fluent-plugin-formatter-protobuf/compare/v0.2.0...v0.3.0) (2022-01-13)
4+
5+
6+
### Features
7+
8+
* Add new configuration - `format_field` ([797789b](https://www.github.com/fluent-plugins-nursery/fluent-plugin-formatter-protobuf/commit/797789b38d5a599c2c107979beb7edf66e384bd5))

lib/fluent/plugin/version.rb

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

33
module Fluent
44
module Plugin
5-
VERSION = '0.2.0'
5+
VERSION = '0.3.0'
66
end
77
end

0 commit comments

Comments
 (0)