From fab6085e87a7ef05bc0f2ece65298eddfeacab93 Mon Sep 17 00:00:00 2001 From: David Lechner Date: Thu, 1 Jul 2021 12:27:24 -0500 Subject: [PATCH] CHANGELOG: update for previous release Apparently forgot to do this at release time. --- CHANGELOG.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 08c0ff61..34d7a118 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,14 +4,16 @@ ## [Unreleased] +### Fixed +- Fixed run button still enabled after hub disconnects during download [support#378]. + +## [1.1.0-beta.1] - 2021-06-23 + ### Changed - Updated projects URL. - Updated hub firmware to [v3.1.0a1]. - Updated docs. -### Fixed -- Fixed run button still enabled after hub disconnects during download [support#378]. - ## [1.0.0] - 2021-06-08 ### Added @@ -32,5 +34,6 @@ Prerelease changes are documented at [support#48]. [v3.0.0]: https://github.com/pybricks/pybricks-micropython/blob/master/CHANGELOG.md#300---2021-06-08 [v3.1.0a1]: https://github.com/pybricks/pybricks-micropython/blob/master/CHANGELOG.md#310a1---2021-06-23 -[Unreleased]: https://github.com/pybricks/pybricks-code/compare/v1.0.0...HEAD +[Unreleased]: https://github.com/pybricks/pybricks-code/compare/v1.1.0-beta.1...HEAD +[1.1.0-beta.1]: https://github.com/pybricks/pybricks-code/compare/v1.0.0...v1.1.0-beta.1 [1.0.0]: https://github.com/pybricks/pybricks-code/compare/v1.0.0-rc.2...v1.0.0