diff --git a/CHANGELOG.md b/CHANGELOG.md index f9ddf60..90595ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ ## [Unreleased] +## [1.1.1] - 2022-01-18 + ### Changed - Use statically linked MSVC runtime library. @@ -62,7 +64,8 @@ - Initial release -[Unreleased]: https://github.com/dlech/bleak-winrt/compare/v1.1.0...main +[Unreleased]: https://github.com/dlech/bleak-winrt/compare/v1.1.1...main +[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 [1.0.0]: https://github.com/dlech/bleak-winrt/compare/v1.0.0b6...v1.0.0 diff --git a/setup.py b/setup.py index 88ffb90..f9e6cae 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setup( name="bleak-winrt", - version = "1.1.0", + version = "1.1.1", description="Python WinRT bindings for Bleak", long_description=long_description, long_description_content_type="text/markdown",