diff --git a/CHANGELOG.md b/CHANGELOG.md index 96b54e95..9200913d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ ## [Unreleased] +## [2.0.1] - 2022-12-21 + ### Fixed - Fixed terminal scroll not working ([support#866]). - Fixed terminal breaks if input is given before hub is connected ([support#865]). @@ -627,7 +629,8 @@ Prerelease changes are documented at [support#48]. -[Unreleased]: https://github.com/pybricks/pybricks-code/compare/v2.0.0...HEAD +[Unreleased]: https://github.com/pybricks/pybricks-code/compare/v2.0.1...HEAD +[2.0.1]: https://github.com/pybricks/pybricks-code/compare/v2.0.0...v2.0.1 [2.0.0]: https://github.com/pybricks/pybricks-code/compare/v2.0.0-rc.1...v2.0.0 [2.0.0-rc.1]: https://github.com/pybricks/pybricks-code/compare/v2.0.0-beta.12...v2.0.0-rc.1 [2.0.0-beta.12]: https://github.com/pybricks/pybricks-code/compare/v2.0.0-beta.11...v2.0.0-beta.12 diff --git a/package.json b/package.json index 4dad9486..3d80b8c1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@pybricks/pybricks-code", - "version": "2.0.0", + "version": "2.0.1", "license": "MIT", "author": "The Pybricks Authors", "repository": {