Skip to content

Commit b6f8bf7

Browse files
authored
0.13.0 release (#47)
1 parent 67ce181 commit b6f8bf7

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
1+
## 0.13.0
2+
- Support HTTP proxies [#46](https://github.com/DataDog/fluent-plugin-datadog/pull/46)
3+
14
## 0.12.1
2-
- Address persistent connection creation issues
5+
- Address persistent connection creation issues
36

47
## 0.12.0
58
- Migrate to Fluentd v1 APIs

fluent-plugin-datadog.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
99

1010
Gem::Specification.new do |spec|
1111
spec.name = "fluent-plugin-datadog"
12-
spec.version = "0.12.1"
12+
spec.version = "0.13.0"
1313
spec.authors = ["Datadog Solutions Team"]
1414
spec.email = ["[email protected]"]
1515
spec.summary = "Datadog output plugin for Fluent event collector"

0 commit comments

Comments
 (0)