Skip to content

Commit

Permalink
Merge pull request #314 from DataDog/yann/0.24.0
Browse files Browse the repository at this point in the history
0.24.0
  • Loading branch information
yannmh authored Nov 12, 2018
2 parents 590f619 + 6330648 commit 9b09cbe
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
15 changes: 14 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
CHANGELOG
=========
# 0.24.0 / Unreleased

* [BUGFIX] DogStatsD: Do not send empty UDP packets, [#264][] (thanks [@Tenzer][])
* [FEATURE] API: Add support for distributions, [#312][]
* [FEATURE] ThreadStats: Add support for distributions, [#312][]
* [OTHER] Remove `simplejson` 3p dependency, [#304][], [#309][] (thanks [@alexpjohnson][])

# 0.23.0 / 2018-10-18

* [BUGFIX] Dogshell: Submit `--date_happened` timestamp when posting events, [#287][], [#301][] (thanks [@gplasky][])
Expand Down Expand Up @@ -296,6 +303,7 @@ See [#8][], thanks [@benweatherman][]
[#260]: https://github.com/DataDog/datadogpy/issues/260
[#261]: https://github.com/DataDog/datadogpy/issues/261
[#263]: https://github.com/DataDog/datadogpy/issues/263
[#264]: https://github.com/DataDog/datadogpy/issues/264
[#266]: https://github.com/DataDog/datadogpy/issues/266
[#267]: https://github.com/DataDog/datadogpy/issues/267
[#268]: https://github.com/DataDog/datadogpy/issues/268
Expand All @@ -305,8 +313,13 @@ See [#8][], thanks [@benweatherman][]
[#287]: https://github.com/DataDog/datadogpy/issues/287
[#299]: https://github.com/DataDog/datadogpy/issues/299
[#301]: https://github.com/DataDog/datadogpy/issues/301
[#304]: https://github.com/DataDog/datadogpy/issues/304
[#309]: https://github.com/DataDog/datadogpy/issues/309
[#312]: https://github.com/DataDog/datadogpy/issues/312
[@GrahamDumpleton]: https://github.com/GrahamDumpleton
[@Tenzer]: https://github.com/Tenzer
[@aknuds1]: https://github.com/aknuds1
[@alexpjohnson]: https://github.com/alexpjohnson
[@aristiden7o]: https://github.com/aristiden7o
[@benweatherman]: https://github.com/benweatherman
[@cabouffard]: https://github.com/cabouffard
Expand Down Expand Up @@ -343,4 +356,4 @@ See [#8][], thanks [@benweatherman][]
[@thehesiod]: https://github.com/thehesiod
[@timed]: https://github.com/timed
[@timvisher]: https://github.com/timvisher
[@tuukkamustonen]: https://github.com/tuukkamustonen
[@tuukkamustonen]: https://github.com/tuukkamustonen
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def get_readme_md_contents():

setup(
name="datadog",
version="0.23.0",
version="0.24.0",
install_requires=install_reqs,
tests_require=["nose", "mock"],
packages=[
Expand Down

0 comments on commit 9b09cbe

Please sign in to comment.