diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ae11119d01..2c42ed7cc0a 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.2.6] - 2021-03-03 09:30:00+02:00 (urgency: medium) * added support for multiple properties (formerly refered to as "base type") for a single instance of class `GateType` * renamed enum `GateType::BaseType` to `GateTypeProperty` and moved it out of class `GateType` * added function `has_property` to class `GateType` @@ -529,7 +531,8 @@ Note: This is an API breaking release. * Initial Release [//]: # (Hyperlink section) -[Unreleased]: https://github.com/emsec/hal/compare/v3.2.5...HEAD +[Unreleased]: https://github.com/emsec/hal/compare/v3.2.6...HEAD +[3.2.6]: https://github.com/emsec/hal/compare/v3.2.5...v3.2.6 [3.2.5]: https://github.com/emsec/hal/compare/v3.2.4...v3.2.5 [3.2.4]: https://github.com/emsec/hal/compare/v3.2.3...v3.2.4 [3.2.3]: https://github.com/emsec/hal/compare/v3.2.2...v3.2.3 diff --git a/CURRENT_VERSION b/CURRENT_VERSION index 5ae69bd5f0e..34cde5690e1 100644 --- a/CURRENT_VERSION +++ b/CURRENT_VERSION @@ -1 +1 @@ -3.2.5 +3.2.6