diff --git a/CHANGELOG.md b/CHANGELOG.md index 01a59b90b6b..164fbb2f0f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ 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). ## [Unreleased] + +## [3.1.10] - 2020-12-18 14:00:00+02:00 (urgency: medium) * added `SB_GB_IO`, `SB_GB`, `SB_I2C`, `SB_SPI`, `SB_HFOSC`, and `SB_LFOSC` gate types to `ICE40ULTRA` gate library * added jumping to gates, nets, and modules from the selection details widget when double-clicking the respective item in the list or using the context menu * added isolating gates and modules in new views from the selection details widget using the conext menu @@ -445,7 +447,8 @@ Note: This is an API breaking release. * Initial Release [//]: # (Hyperlink section) -[Unreleased]: https://github.com/emsec/hal/compare/v3.1.9...HEAD +[Unreleased]: https://github.com/emsec/hal/compare/v3.1.10...HEAD +[3.1.10]: https://github.com/emsec/hal/compare/v3.1.9...v3.1.10 [3.1.9]: https://github.com/emsec/hal/compare/v3.1.8...v3.1.9 [3.1.8]: https://github.com/emsec/hal/compare/v3.1.7...v3.1.8 [3.1.7]: https://github.com/emsec/hal/compare/v3.1.6...v3.1.7 diff --git a/CURRENT_VERSION b/CURRENT_VERSION index 7148b0a9919..c7a249882e2 100644 --- a/CURRENT_VERSION +++ b/CURRENT_VERSION @@ -1 +1 @@ -3.1.9 +3.1.10