diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ab8c2b..d927a9e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +## [0.1.2] - 2020-02-16 + +## Changed +- Changed gradle version to 6.1.1 +- Changed used jdks in travis ci +- updated Tink to 1.2.2 + ## [0.1.1] - 2018-06-28 ### Removed @@ -61,6 +68,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - made some security relevant changes - made other security relevant changes -[Unreleased]: https://github.com/cryptoexamples/java-tink-cryptoexamples/compare/v0.1.1...HEAD +[Unreleased]: https://github.com/cryptoexamples/java-tink-cryptoexamples/compare/v0.1.2...HEAD +[0.1.2]: https://github.com/cryptoexamples/java-tink-cryptoexamples/compare/v0.1.1...v0.1.2 [0.1.1]: https://github.com/cryptoexamples/java-tink-cryptoexamples/compare/v0.1.0...v0.1.1 [0.1.0]: https://github.com/cryptoexamples/java-tink-cryptoexamples/releases/tag/v0.1.0