Skip to content

Commit e22cd13

Browse files
committed
updates CHANGELOG.md for release 0.2.0
1 parent ad11e9b commit e22cd13

1 file changed

Lines changed: 13 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,19 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
77

88
## [Unreleased]
99

10+
## [0.2.0] - 2018-05-13
11+
1012
### Changed
1113

12-
- fixed version link in Changelog
14+
- Fixed version link in Changelog
15+
- Refactored examples
16+
- Updated class comments
17+
18+
### Removed
19+
20+
- Removed easy object oriented examples that used a separate class
21+
- Removed mentions of the need for unlimited policy files (unlimited is default since JDK / Java SE 9)
22+
- Removed commented out code
1323

1424
## [0.1.1] - 2018-04-28
1525

@@ -56,6 +66,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
5666
- made some security relevant changes
5767
- made other security relevant changes
5868

59-
[Unreleased]: https://github.com/cryptoexamples/java-crypto-examples/compare/v0.1.1...HEAD
69+
[Unreleased]: https://github.com/cryptoexamples/java-crypto-examples/compare/v0.2.0...HEAD
70+
[0.2.0]: https://github.com/cryptoexamples/java-crypto-examples/compare/v0.1.1...v0.2.0
6071
[0.1.1]: https://github.com/cryptoexamples/java-crypto-examples/compare/v0.1.0...v0.1.1
6172
[0.1.0]: https://github.com/cryptoexamples/java-crypto-examples/releases/tag/v0.1.0

0 commit comments

Comments
 (0)