From 1ae2f3c237f03a90f439c2735db685fb2e9d11cc Mon Sep 17 00:00:00 2001 From: Yann Mahe Date: Mon, 27 Jul 2015 16:48:37 -0400 Subject: [PATCH] v0.8.0 [skip ci] --- CHANGELOG.md | 16 +++++++++++++++- setup.py | 2 +- 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8488911a4..05a6c86e8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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][] @@ -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 \ No newline at end of file +[@miketheman]: https://github.com/miketheman +[@ogst]: https://github.com/ogst \ No newline at end of file diff --git a/setup.py b/setup.py index 2be75d2fd..cd13d1898 100644 --- a/setup.py +++ b/setup.py @@ -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=[