diff --git a/CHANGELOG.md b/CHANGELOG.md index fb696b2..acf9972 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,12 +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] -### Changed -- Bumped version of mcl to `5faedff92a72a685d4e6c94e1974ec2033b9d352` -## [2.0.0] +## [3.0.0] ### Changed +- Replace getInteger with asInteger [#30](https://github.com/cryptimeleon/mclwrap/pull/30/commits/5bcc7a64b1550c33d889f02b14d44f5bdcf014cb) - Increment Math dependency version to 3.0.0 ## [2.0.0] - 2021-06-29 @@ -28,6 +27,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Initial release -[Unreleased]: https://github.com/cryptimeleon/mclwrap/compare/v2.0.0...HEAD +[Unreleased]: https://github.com/cryptimeleon/mclwrap/compare/v3.0.0...HEAD +[3.0.0]: https://github.com/cryptimeleon/mclwrap/compare/v2.0.0...v3.0.0 [2.0.0]: https://github.com/cryptimeleon/mclwrap/compare/v1.0.0...v2.0.0 [1.0.0]: https://github.com/cryptimeleon/mclwrap/releases/tag/v1.0.0 +