diff --git a/CHANGELOG.md b/CHANGELOG.md index afcf3b6..0705574 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.2] - 2020-11-11 + +### Fixed + +- Fixed compatibility issues on Python 3.6 + ## [1.1.1] - 2020-11-10 ### Fixed @@ -58,7 +64,8 @@ All notable changes to this project will be documented in this file. - Initial version -[unreleased]: https://github.com/SupersonicAds/spotcli/compare/v1.1.1...HEAD +[unreleased]: https://github.com/SupersonicAds/spotcli/compare/v1.1.2...HEAD +[1.1.2]: https://github.com/SupersonicAds/spotcli/compare/v1.1.1...v1.1.2 [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 diff --git a/pyproject.toml b/pyproject.toml index c8d3068..daeecf2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "spotcli" -version = "1.1.1" +version = "1.1.2" description = "CLI for Spot Elastigroups management" authors = ["Dmitry Kovalenko "] license = "MIT"