diff --git a/CHANGELOG.md b/CHANGELOG.md index b9c3c43..bc862f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ ## [Unreleased] +## [1.2.0] - 2022-09-09 + ### Added - Added builds for Python 3.11. @@ -71,7 +73,8 @@ - Initial release -[Unreleased]: https://github.com/dlech/bleak-winrt/compare/v1.1.1...main +[Unreleased]: https://github.com/dlech/bleak-winrt/compare/v1.2.0...main +[1.2.0]: https://github.com/dlech/bleak-winrt/compare/v1.1.1...v1.2.0 [1.1.1]: https://github.com/dlech/bleak-winrt/compare/v1.1.0...v1.1.1 [1.1.0]: https://github.com/dlech/bleak-winrt/compare/v1.0.1...v1.1.0 [1.0.1]: https://github.com/dlech/bleak-winrt/compare/v1.0.0...v1.0.1 diff --git a/setup.py b/setup.py index 4ab9bcf..5b8d8a7 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setup( name="bleak-winrt", - version = "1.1.1", + version = "1.2.0", description="Python WinRT bindings for Bleak", long_description=long_description, long_description_content_type="text/markdown",