Skip to content

Commit

Permalink
Prepare v0.14.3 release (#65)
Browse files Browse the repository at this point in the history
Signed-off-by: Jesse Szwedko <[email protected]>
  • Loading branch information
jszwedko authored Apr 24, 2024
1 parent 84a424c commit 6b202a9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 0.14.3
- `timestamp_key` is ignored if empty, `nil`, or `null` as documented
-
## 0.14.2
- Upgrade `net-http-persistent` dependency [#54](https://github.com/DataDog/fluent-plugin-datadog/pull/54) by [@javiercri](https://github.com/javiercri)

Expand Down
2 changes: 1 addition & 1 deletion lib/fluent/plugin/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module DatadogFluentPlugin
VERSION = '0.14.2'
VERSION = '0.14.3'
end

0 comments on commit 6b202a9

Please sign in to comment.