diff --git a/CHANGELOG.md b/CHANGELOG.md index 7911d03..74a3584 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] +## [v2.2.5] - 09 June 2024 + ### Issue Fixes - Fixed hotspot calculation while re-canvasing @@ -360,7 +362,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - auto-generated **symlinks** based on input configs - `.tar` archive & `directory` as out **package**. -[unreleased]: https://github.com/ful1e5/clickgen/compare/v2.2.4...main +[unreleased]: https://github.com/ful1e5/clickgen/compare/v2.2.5...main +[v2.2.5]: https://github.com/ful1e5/clickgen/compare/v2.2.4...v2.2.5 [v2.2.4]: https://github.com/ful1e5/clickgen/compare/v2.2.3...v2.2.4 [v2.2.3]: https://github.com/ful1e5/clickgen/compare/v2.2.2...v2.2.3 [v2.2.2]: https://github.com/ful1e5/clickgen/compare/v2.2.1...v2.2.2 diff --git a/src/clickgen/__init__.py b/src/clickgen/__init__.py index 9a0db47..0e2e87d 100644 --- a/src/clickgen/__init__.py +++ b/src/clickgen/__init__.py @@ -1,4 +1,4 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- -__version__ = "2.2.4" +__version__ = "2.2.5"