From 2aa1d99a0e22404ab8480109127fa14763f69073 Mon Sep 17 00:00:00 2001 From: Dmitry Kovalenko Date: Tue, 1 Dec 2020 17:06:11 +0200 Subject: [PATCH] Release v1.2.2 --- CHANGELOG.md | 9 ++++++++- pyproject.toml | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 94d1e5b..b1c28d7 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.2.2] - 2020-12-01 + +### Fixed + +- Fixed grace period duration parsing in roll action + ## [1.2.1] - 2020-11-13 ### Fixed @@ -82,7 +88,8 @@ All notable changes to this project will be documented in this file. - Initial version -[unreleased]: https://github.com/SupersonicAds/spotcli/compare/v1.2.1...HEAD +[unreleased]: https://github.com/SupersonicAds/spotcli/compare/v1.2.2...HEAD +[1.2.1]: https://github.com/SupersonicAds/spotcli/compare/v1.2.1...v1.2.2 [1.2.1]: https://github.com/SupersonicAds/spotcli/compare/v1.2.0...v1.2.1 [1.2.0]: https://github.com/SupersonicAds/spotcli/compare/v1.1.2...v1.2.0 [1.1.2]: https://github.com/SupersonicAds/spotcli/compare/v1.1.1...v1.1.2 diff --git a/pyproject.toml b/pyproject.toml index 01d3b3e..f358161 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "spotcli" -version = "1.2.1" +version = "1.2.2" description = "CLI for Spot Elastigroups management" authors = ["Dmitry Kovalenko "] license = "MIT"