Skip to content

Commit 39f844c

Browse files
committed
Release 2.6.0
1 parent c02da23 commit 39f844c

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
CHANGELOG
22
=========
33

4+
# 2.6.0 / 2020-11-25
5+
* [BUGFIX] Cast api_key as string in datadog.initialize [#54][]
6+
* [BUGFIX] Add hook to handle incompatibilities between Ansible 2.7 and 2.8 [#47][] (Thanks [@rsdcobalt][])
7+
48
# 2.5.1 / 2019-05-17
59
* [IMPROVEMENT] Use PyYaml's "FullLoader" to avoid unsafe load. See [#45][] (thanks to [@brandonshough][])
610

@@ -49,7 +53,13 @@ First release, compatible with Ansible v1 & v2
4953
[#28]: https://github.com/DataDog/ansible-datadog-callback/issues/28
5054
[#30]: https://github.com/DataDog/ansible-datadog-callback/issues/30
5155
[#33]: https://github.com/DataDog/ansible-datadog-callback/issues/33
56+
[#34]: https://github.com/DataDog/ansible-datadog-callback/issues/34
57+
[#45]: https://github.com/DataDog/ansible-datadog-callback/issues/45
58+
[#47]: https://github.com/DataDog/ansible-datadog-callback/issues/47
59+
[#54]: https://github.com/DataDog/ansible-datadog-callback/issues/54
5260
[@DSpeichert]: https://github.com/DSpeichert
61+
[@brandonshough]: https://github.com/brandonshough
5362
[@dobber]: https://github.com/dobber
5463
[@n0ts]: https://github.com/n0ts
5564
[@pyconsult]: https://github.com/pyconsult
65+
[@rsdcobalt]: https://github.com/rsdcobalt

0 commit comments

Comments
 (0)