diff --git a/CHANGELOG.md b/CHANGELOG.md index ac9e392..1bf2921 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.0.4] - 2020-11-04 + +### Added + +- Added install script + ## [1.0.3] - 2020-11-04 ### Changed @@ -34,7 +40,8 @@ All notable changes to this project will be documented in this file. - Initial version -[unreleased]: https://github.com/SupersonicAds/spotcli/compare/v1.0.3...HEAD +[unreleased]: https://github.com/SupersonicAds/spotcli/compare/v1.0.4...HEAD +[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 [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 diff --git a/pyproject.toml b/pyproject.toml index 79ffde7..e8dea43 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "spotcli" -version = "1.0.3" +version = "1.0.4" description = "CLI for Spot Elastigroups management" authors = ["Dmitry Kovalenko "] license = "MIT"