diff --git a/CHANGELOG.md b/CHANGELOG.md index 153d61a..afcf3b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file. ## [Unreleased] +## [1.1.1] - 2020-11-10 + +### Fixed + +- Fixed issues with threading library on Python 3.9 + ## [1.1.0] - 2020-11-10 ### Added @@ -52,7 +58,8 @@ All notable changes to this project will be documented in this file. - Initial version -[unreleased]: https://github.com/SupersonicAds/spotcli/compare/v1.1.0...HEAD +[unreleased]: https://github.com/SupersonicAds/spotcli/compare/v1.1.1...HEAD +[1.1.1]: https://github.com/SupersonicAds/spotcli/compare/v1.1.0...v1.1.1 [1.1.0]: https://github.com/SupersonicAds/spotcli/compare/v1.0.4...v1.1.0 [1.0.4]: https://github.com/SupersonicAds/spotcli/compare/v1.0.3...v1.0.4 [1.0.3]: https://github.com/SupersonicAds/spotcli/compare/v1.0.2...v1.0.3 diff --git a/pyproject.toml b/pyproject.toml index 96b8ab5..c8d3068 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "spotcli" -version = "1.1.0" +version = "1.1.1" description = "CLI for Spot Elastigroups management" authors = ["Dmitry Kovalenko "] license = "MIT"