diff --git a/CHANGELOG.md b/CHANGELOG.md index fe8b531..d1d1356 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [v1.1.1] - 2021-09-05 + ### Fixed - Fix incorrect `Current version` being displayed by `version` for artifacts built from GitHub. @@ -163,7 +165,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Initial release. -[Unreleased]: https://github.com/nbusseneau/hephaistos/compare/v1.1.0...HEAD +[Unreleased]: https://github.com/nbusseneau/hephaistos/compare/v1.1.1...HEAD + +[v1.1.1]: https://github.com/nbusseneau/hephaistos/compare/v1.1.0...v1.1.1 [v1.1.0]: https://github.com/nbusseneau/hephaistos/compare/v1.0.1...v1.1.0 diff --git a/hephaistos/config.py b/hephaistos/config.py index 3db09b7..911699e 100644 --- a/hephaistos/config.py +++ b/hephaistos/config.py @@ -10,7 +10,7 @@ DEFAULT_CENTER_X, DEFAULT_CENTER_Y = (int(DEFAULT_WIDTH / 2), int(DEFAULT_HEIGHT / 2)) # Hephaistos constants -VERSION = 'v1.1.0' +VERSION = 'v1.1.1' LATEST_RELEASE_URL = 'https://github.com/nbusseneau/hephaistos/releases/latest/' LATEST_RELEASE_API_URL = 'https://api.github.com/repos/nbusseneau/hephaistos/releases/latest' HEPHAISTOS_NAME = 'hephaistos'