diff --git a/CHANGELOG.md b/CHANGELOG.md index 083e4db..ac9e392 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,17 @@ All notable changes to this project will be documented in this file. ## [Unreleased] +## [1.0.3] - 2020-11-04 + +### Changed + +- Replaced [consulate](https://pypi.org/project/consulate/) with [python-consul2](https://pypi.org/project/python-consul2/) as Consul client +- Changed mininal Python version to 3.6 + +### Fixed + +- Fixed loading config from Consul on Python 3.9 + ## [1.0.2] - 2020-11-04 ### Changed @@ -23,7 +34,8 @@ All notable changes to this project will be documented in this file. - Initial version -[unreleased]: https://github.com/SupersonicAds/spotcli/compare/v1.0.2...HEAD -[1.0.1]: https://github.com/SupersonicAds/spotcli/compare/v1.0.1...v1.0.2 +[unreleased]: https://github.com/SupersonicAds/spotcli/compare/v1.0.3...HEAD +[1.0.3]: https://github.com/SupersonicAds/spotcli/compare/v1.0.2...v1.0.3 +[1.0.2]: https://github.com/SupersonicAds/spotcli/compare/v1.0.1...v1.0.2 [1.0.1]: https://github.com/SupersonicAds/spotcli/compare/v1.0.0...v1.0.1 [1.0.0]: https://github.com/SupersonicAds/spotcli/releases/tag/v1.0.0 diff --git a/pyproject.toml b/pyproject.toml index 4df06e6..3c580f6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "spotcli" -version = "1.0.2" +version = "1.0.3" description = "Spot CLI" authors = ["Dmitry Kovalenko "] license = "MIT"