Skip to content

Commit

Permalink
Merge pull request #75 from DataDog/yann/v0.8.0
Browse files Browse the repository at this point in the history
v0.8.0
  • Loading branch information
yannmh committed Jul 30, 2015
2 parents 1c41915 + 1ae2f3c commit 0c52864
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
16 changes: 15 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
CHANGELOG
=========

# 0.8.0 / Unreleased
* [FEATURE] Constant tags client option to append tags to every submitted metrics, [#68][] (thanks [@jofusa][])
* [FEATURE] Embeddable graphs API, [#62][]
* [FEATURE] Optional metric name for the timed decorator, [#71][] (thanks [@clokep][])
* [IMPROVEMENT] Option to use the verify parameter in requests to configure a ca certificates file or to disable verification, [#70][] (thanks [@ogst][])

# 0.7.0 / 2015-07-01
* [FEATURE] Revoke a shared screenboard, [#46][]
* [FEATURE] Add new monitor `unmute` arg (`all_scopes`) to allow clearing all mute settings for a given monitor, [#58][]
Expand Down Expand Up @@ -78,11 +84,19 @@ See [#8][], thanks [@benweatherman][]
[#58]: https://github.com/DataDog/datadogpy/issues/58
[#59]: https://github.com/DataDog/datadogpy/issues/59
[#60]: https://github.com/DataDog/datadogpy/issues/60
[#62]: https://github.com/DataDog/datadogpy/issues/62
[#63]: https://github.com/DataDog/datadogpy/issues/63
[#64]: https://github.com/DataDog/datadogpy/issues/64
[#65]: https://github.com/DataDog/datadogpy/issues/65
[#67]: https://github.com/DataDog/datadogpy/issues/67
[#68]: https://github.com/DataDog/datadogpy/issues/68
[#70]: https://github.com/DataDog/datadogpy/issues/70
[#71]: https://github.com/DataDog/datadogpy/issues/71
[@GrahamDumpleton]: https://github.com/GrahamDumpleton
[@benweatherman]: https://github.com/benweatherman
[@clokep]: https://github.com/clokep
[@g--]: https://github.com/g--
[@jofusa]: https://github.com/jofusa
[@kuzmich]: https://github.com/kuzmich
[@miketheman]: https://github.com/miketheman
[@miketheman]: https://github.com/miketheman
[@ogst]: https://github.com/ogst
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.7.0",
version="0.8.0",
install_requires=install_reqs,
tests_require=["tox", "nose", "mock", "six", "pillow"],
packages=[
Expand Down

0 comments on commit 0c52864

Please sign in to comment.