Skip to content

Commit

Permalink
Update 0.6.1 changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Viq111 authored and yannmh committed Sep 9, 2016
1 parent 1a20c99 commit 6f1d687
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG

0.6.1 / 2016.09.09
==================
* [BUGFIX] Fix socket creation thread-unsafe code, [#57][] [#60][] (thanks [@GrahamDumpleton][])

0.6.0 / 2015.06.01
==================
* [FEATURE] Add `message` parameter support to host muting commands, [#51][]
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

setup(
name="datadog",
version="0.6.0",
version="0.6.1",
install_requires=install_reqs,
tests_require=["tox", "nose", "mock", "six", "pillow"],
packages=[
Expand Down

0 comments on commit 6f1d687

Please sign in to comment.