Skip to content

Commit bb9c606

Browse files
authored
Merge pull request #55 from DataDog/remeh/v0.14.2
Prepare release `0.14.2`.
2 parents 88e2ac6 + f38477e commit bb9c606

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.2
2+
- Upgrade `net-http-persistent` dependency [#54](https://github.com/DataDog/fluent-plugin-datadog/pull/54) by [@javiercri](https://github.com/javiercri)
3+
14
## 0.14.1
25
- Use logger from PluginLoggerMixin [#50](https://github.com/DataDog/fluent-plugin-datadog/pull/50) by [@aglover-zendesk](https://github.com/aglover-zendesk)
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.1'
4+
VERSION = '0.14.2'
55
end

0 commit comments

Comments
 (0)