diff --git a/CHANGELOG.md b/CHANGELOG.md index 527fa1f..8cdfebd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.2.10][] - 2019-05-21 + +### Fixed + + - Failing Read The Docs build. + ## [1.2.9][] - 2019-05-21 ### Added @@ -75,6 +81,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Implemented `-v`/`--version` option to show Zelt version. - This changelog. +[1.2.10]: https://github.com/zalando-incubator/zelt/compare/v1.2.9...v1.2.10 [1.2.9]: https://github.com/zalando-incubator/zelt/compare/v1.2.8...v1.2.9 [1.2.8]: https://github.com/zalando-incubator/zelt/compare/v1.2.7...v1.2.8 [1.2.7]: https://github.com/zalando-incubator/zelt/compare/v1.2.6...v1.2.7 diff --git a/pyproject.toml b/pyproject.toml index ddd5fc5..e2b6f40 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "zelt" -version = "1.2.9" +version = "1.2.10" description = "Zalando end-to-end load tester" authors = [ "Brian Maher ",