diff --git a/CHANGELOG.md b/CHANGELOG.md index 27fb3edf833..1fc6126726f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,9 +5,11 @@ 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.4] - 2020-11-15 14:00:00+02:00 (urgency: medium) * added tests for `netlist_utils` * fixed crash when creating invalid module when using `netlist::create_module` -* fixed assign nets instead of gates when copying netlist using `netlist_utils::copy_netlist` +* fixed assigning nets instead of gates when copying netlist using `netlist_utils::copy_netlist` * fixed `netlist_utils::copy_netlist` not copying port names * fixed `netlist_utils::get_subgraph_function` crashing on unconnected input pin * fixed infinite loop within `netlist_utils::get_subgraph_function` if the combinational logic contains a feedback path @@ -385,7 +387,8 @@ Note: This is an API breaking release. * Initial Release [//]: # (Hyperlink section) -[Unreleased]: https://github.com/emsec/hal/compare/v3.1.3...HEAD +[Unreleased]: https://github.com/emsec/hal/compare/v3.1.4...HEAD +[3.1.4]: https://github.com/emsec/hal/compare/v3.1.3...v3.1.4 [3.1.3]: https://github.com/emsec/hal/compare/v3.1.2...v3.1.3 [3.1.2]: https://github.com/emsec/hal/compare/v3.1.1...v3.1.2 [3.1.1]: https://github.com/emsec/hal/compare/v3.1.0...v3.1.1 diff --git a/CURRENT_VERSION b/CURRENT_VERSION index ff365e06b95..0aec50e6ede 100644 --- a/CURRENT_VERSION +++ b/CURRENT_VERSION @@ -1 +1 @@ -3.1.3 +3.1.4