diff --git a/CHANGELOG.md b/CHANGELOG.md index 32eabec15..32643840f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ # Changelog -## [Unreleased] +## [3.1.0a2] - 2021-07-06 ### Added - Support for reading button state on Technic Hub, City Hub, and Move Hub. @@ -69,8 +69,8 @@ Prerelease changes are documented at [support#48]. [issue#21]: https://github.com/pybricks/pybricks-micropython/issues/21 [issue#49]: https://github.com/pybricks/pybricks-micropython/issues/49 -[pull#57]: https://github.com/pybricks/pybricks-micropython/pull/57 [issue#58]: https://github.com/pybricks/pybricks-micropython/issues/58 +[pull#57]: https://github.com/pybricks/pybricks-micropython/pull/57 [support#48]: https://github.com/pybricks/support/issues/48 [support#52]: https://github.com/pybricks/support/issues/52 [support#186]: https://github.com/pybricks/support/issues/186 @@ -80,6 +80,7 @@ Prerelease changes are documented at [support#48]. [support#361]: https://github.com/pybricks/support/issues/361 [support#379]: https://github.com/pybricks/support/issues/379 -[Unreleased]: https://github.com/pybricks/pybricks-micropython/compare/v3.1.0a1...HEAD +[Unreleased]: https://github.com/pybricks/pybricks-micropython/compare/v3.1.0a2...HEAD +[3.1.0a2]: https://github.com/pybricks/pybricks-micropython/compare/v3.0.0a1...v3.1.0a2 [3.1.0a1]: https://github.com/pybricks/pybricks-micropython/compare/v3.0.0...v3.1.0a1 [3.0.0]: https://github.com/pybricks/pybricks-micropython/compare/v3.0.0c1...v3.0.0 diff --git a/lib/pbio/include/pbio/version.h b/lib/pbio/include/pbio/version.h index 91713df11..0c53f8421 100644 --- a/lib/pbio/include/pbio/version.h +++ b/lib/pbio/include/pbio/version.h @@ -26,7 +26,7 @@ #define PBIO_VERSION_LEVEL_HEX 0xA /** The current prerelease serial. */ -#define PBIO_VERSION_SERIAL 1 +#define PBIO_VERSION_SERIAL 2 /** * The current prerelease level as a string.