Skip to content

Commit 6b202a9

Browse files
authored
Prepare v0.14.3 release (#65)
Signed-off-by: Jesse Szwedko <[email protected]>
1 parent 84a424c commit 6b202a9

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 0.14.3
2+
- `timestamp_key` is ignored if empty, `nil`, or `null` as documented
3+
-
14
## 0.14.2
25
- Upgrade `net-http-persistent` dependency [#54](https://github.com/DataDog/fluent-plugin-datadog/pull/54) by [@javiercri](https://github.com/javiercri)
36

lib/fluent/plugin/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module DatadogFluentPlugin
4-
VERSION = '0.14.2'
4+
VERSION = '0.14.3'
55
end

0 commit comments

Comments
 (0)