Skip to content

Commit 996926c

Browse files
authored
Update CHANGELOG.md
1 parent 33efd7a commit 996926c

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.1.1] - 2018-06-28
11+
1012
### Removed
1113

1214
- Removed unused import
1315

1416
### Fixed
1517

1618
- Fixed typo in varialbe
19+
- Fixed reference links
20+
21+
### Changed
22+
23+
- Changed "sample code" to "example code"
24+
- Changed dependency of Google Tink to 1.1.1
1725

1826
## [0.1.0] - 2018-05-12
1927

@@ -53,6 +61,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
5361
- made some security relevant changes
5462
- made other security relevant changes
5563

56-
[Unreleased]: https://github.com/cryptoexamples/java-tink-cryptoexamples/compare/v0.1.0...HEAD
57-
[0.1.x]: https://github.com/cryptoexamples/java-tink-cryptoexamples/compare/v0.1.0...v0.1.x
58-
[0.1.0]: https://github.com/cryptoexamples/java-tink-cryptoexamples/releases/tag/v0.1.0
64+
[Unreleased]: https://github.com/cryptoexamples/java-tink-cryptoexamples/compare/v0.1.1...HEAD
65+
[0.1.1]: https://github.com/cryptoexamples/java-tink-cryptoexamples/compare/v0.1.0...v0.1.1
66+
[0.1.0]: https://github.com/cryptoexamples/java-tink-cryptoexamples/releases/tag/v0.1.0

0 commit comments

Comments
 (0)