diff --git a/CHANGELOG.md b/CHANGELOG.md index ed3a44c69f..662c89181f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] +## [0.14.10] - 2019-02-19 + +### Improved + +- Wait metadata to be read before touching them + ## [0.14.9] - 2019-02-14 ### Improved @@ -479,7 +485,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). - We are going to do releases from now on -[Unreleased]: https://github.com/criteo/biggraphite/compare/v0.14.9...HEAD +[Unreleased]: https://github.com/criteo/biggraphite/compare/v0.14.10...HEAD +[0.14.10]: https://github.com/criteo/biggraphite/compare/v0.14.9...v0.14.10 [0.14.9]: https://github.com/criteo/biggraphite/compare/v0.14.8...v0.14.9 [0.14.8]: https://github.com/criteo/biggraphite/compare/v0.14.7...v0.14.8 [0.14.7]: https://github.com/criteo/biggraphite/compare/v0.14.6...v0.14.7 diff --git a/setup.py b/setup.py index e8d54dc824..e99a3e41f3 100755 --- a/setup.py +++ b/setup.py @@ -49,7 +49,7 @@ def _read_reqs(relpath): setuptools.setup( name="biggraphite", - version="0.14.9", + version="0.14.10", maintainer="Criteo Graphite Team", maintainer_email="github@criteo.com", description="Simple Scalable Time Series Database.",