diff --git a/CHANGELOG.md b/CHANGELOG.md index 29d9742..71ee338 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] +## [1.1.1] - 2024-08-22 + ### Changed - The package is now [PEP 561](https://peps.python.org/pep-0561/) compatible, exposing type @@ -45,6 +47,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Data encryption - Packet sequencer -[Unreleased]: https://github.com/cirras/eolib-python/compare/v1.1.0...HEAD +[Unreleased]: https://github.com/cirras/eolib-python/compare/v1.1.1...HEAD +[1.1.1]: https://github.com/cirras/eolib-python/compare/v1.1.0...v1.1.1 [1.1.0]: https://github.com/cirras/eolib-python/compare/v1.0.0...v1.1.0 [1.0.0]: https://github.com/cirras/eolib-python/releases/tag/v1.0.0 \ No newline at end of file diff --git a/src/eolib/__about__.py b/src/eolib/__about__.py index 6849410..a82b376 100644 --- a/src/eolib/__about__.py +++ b/src/eolib/__about__.py @@ -1 +1 @@ -__version__ = "1.1.0" +__version__ = "1.1.1"