From 4f15659801a2fe23c7ff8b061e64831f3ef341a2 Mon Sep 17 00:00:00 2001 From: Kai Mindermann Date: Sun, 16 Feb 2020 15:35:46 +0100 Subject: [PATCH] releases 0.4.2 --- CHANGELOG.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dc1b45e..1e64ef8 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.4.2] - 2020-02-16 + +### Changed + +- Changed gradle version to 6.1.1 +- Changed used jdks in travis + ## [0.4.1] - 2018-08-02 ### Fixed @@ -101,7 +108,8 @@ 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-crypto-examples/compare/v0.4.1...HEAD +[Unreleased]: https://github.com/cryptoexamples/java-crypto-examples/compare/v0.4.2...HEAD +[0.4.2]: https://github.com/cryptoexamples/java-crypto-examples/compare/v0.4.1...v0.4.2 [0.4.1]: https://github.com/cryptoexamples/java-crypto-examples/compare/v0.4.0...v0.4.1 [0.4.0]: https://github.com/cryptoexamples/java-crypto-examples/compare/v0.3.0...v0.4.0 [0.3.0]: https://github.com/cryptoexamples/java-crypto-examples/compare/v0.2.0...v0.3.0