diff --git a/CHANGELOG.md b/CHANGELOG.md index b660aa4..a6e0fe9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [2.1.1] - 2021-03-04 ### Fixes - Fix off-by-one issue with bi-color section on display @@ -60,7 +61,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Initial release to community, official plugin on the OctoPrint plugin repository. -[Unreleased]: https://github.com/sethvoltz/OctoPrint-DisplayPanel/compare/v2.1.0...HEAD +[Unreleased]: https://github.com/sethvoltz/OctoPrint-DisplayPanel/compare/v2.1.1...HEAD +[2.1.1]: https://github.com/sethvoltz/OctoPrint-DisplayPanel/compare/v2.1.0...v2.1.1 [2.1.0]: https://github.com/sethvoltz/OctoPrint-DisplayPanel/compare/v2.0.1...v2.1.0 [2.0.1]: https://github.com/sethvoltz/OctoPrint-DisplayPanel/compare/v2.0.0...v2.0.1 [2.0.0]: https://github.com/sethvoltz/OctoPrint-DisplayPanel/compare/v1.4.0...v2.0.0 diff --git a/setup.py b/setup.py index 1fcab73..754eecb 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ plugin_name = "OctoPrint Micro Panel" # The plugin's version. Can be overwritten within OctoPrint's internal data via __plugin_version__ in the plugin module -plugin_version = "2.1.0" +plugin_version = "2.1.1" # The plugin's description. Can be overwritten within OctoPrint's internal data via __plugin_description__ in the plugin # module