Skip to content

Commit

Permalink
Merge pull request #329 from DataDog/yann/changelog
Browse files Browse the repository at this point in the history
v0.26.0
  • Loading branch information
yannmh authored Nov 29, 2018
2 parents f107b98 + 6373c8a commit 1f7f5ca
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
CHANGELOG
=========

# 0.26.0 / Unreleased

* [IMPROVEMENT] API: Keep HTTP connections alive when using `requests`, [#328][]


# 0.25.0 / 2018-11-27

* [FEATURE] ThreadStats: Add AWS Lambda wrapper, [#324][]
Expand Down Expand Up @@ -322,6 +327,7 @@ See [#8][], thanks [@benweatherman][]
[#309]: https://github.com/DataDog/datadogpy/issues/309
[#312]: https://github.com/DataDog/datadogpy/issues/312
[#324]: https://github.com/DataDog/datadogpy/issues/324
[#328]: https://github.com/DataDog/datadogpy/issues/328
[@GrahamDumpleton]: https://github.com/GrahamDumpleton
[@Tenzer]: https://github.com/Tenzer
[@aknuds1]: https://github.com/aknuds1
Expand Down Expand Up @@ -362,4 +368,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.25.0",
version="0.26.0",
install_requires=install_reqs,
tests_require=["nose", "mock"],
packages=[
Expand Down

0 comments on commit 1f7f5ca

Please sign in to comment.