Skip to content

Commit 010a2b8

Browse files
authored
Merge pull request #52 from DataDog/remeh/0.14.1
Prepare release `0.14.1`
2 parents db3a08a + c885f1c commit 010a2b8

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.1
2+
- Use logger from PluginLoggerMixin [#50](https://github.com/DataDog/fluent-plugin-datadog/pull/50) by [@aglover-zendesk](https://github.com/aglover-zendesk)
3+
14
## 0.14.0
25
- Support Datadog v2 endpoints [#48](https://github.com/DataDog/fluent-plugin-datadog/pull/48)
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.0'
4+
VERSION = '0.14.1'
55
end

0 commit comments

Comments
 (0)