diff --git a/CHANGELOG.md b/CHANGELOG.md index 58b3be0..fb6a110 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.11.1] - 2024-01-13 +### Fixed +- Fixed the desk stopping at inconsistent heights. + ## [0.11.0] - 2023-12-25 ### Added - Added a `wakeup` method for compatibility with the Linak DPG1C controller. @@ -152,7 +156,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [0.1.0] - 2020-09-07 - Initial release -[Unreleased]: https://github.com/newAM/idasen/compare/v0.11.0...HEAD +[Unreleased]: https://github.com/newAM/idasen/compare/v0.11.1...HEAD +[0.11.1]: https://github.com/newAM/idasen/compare/v0.11.0...v0.11.1 [0.11.0]: https://github.com/newAM/idasen/compare/v0.10.3...v0.11.0 [0.10.3]: https://github.com/newAM/idasen/compare/v0.10.2...v0.10.3 [0.10.2]: https://github.com/newAM/idasen/compare/v0.10.1...v0.10.2 diff --git a/pyproject.toml b/pyproject.toml index 76a4862..9ef807e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ target-version = ["py38"] name = "idasen" description = "ikea IDÅSEN desk API and CLI." authors = ["Alex Martens "] -version = "0.11.0" +version = "0.11.1" license = "MIT" readme = "README.rst" repository = "https://github.com/newAM/idasen"