diff --git a/CHANGELOG.md b/CHANGELOG.md index b1c28d7..2397933 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.3] - 2020-12-28 + +### Fixed + +- Fixed cosmetic errors that appear after running a scenario + ## [1.2.2] - 2020-12-01 ### Fixed diff --git a/pyproject.toml b/pyproject.toml index f358161..0e5bbc7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "spotcli" -version = "1.2.2" +version = "1.2.3" description = "CLI for Spot Elastigroups management" authors = ["Dmitry Kovalenko "] license = "MIT"