Skip to content
This repository has been archived by the owner on Dec 4, 2020. It is now read-only.

Commit

Permalink
Bump version to 1.2.0
Browse files Browse the repository at this point in the history
Signed-off-by: Harsh Shandilya <[email protected]>
  • Loading branch information
Harsh Shandilya committed Jan 25, 2020
1 parent 249c435 commit addd128
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Changelog

### [Unreleased]

### [1.2.0] - 2019-01-25
- Fix unmarshalling of `OpenPgpError`

### [1.1.0] - 2019-12-26
Expand All @@ -17,7 +19,8 @@
### [0.1.0] - 2019-11-08
- Initial release

[Unreleased]: https://github.com/android-password-store/openpgp-ktx/compare/1.1.0...HEAD
[Unreleased]: https://github.com/android-password-store/openpgp-ktx/compare/1.2.0...HEAD
[1.2.0]: https://github.com/android-password-store/openpgp-ktx/releases/1.1.0
[1.1.0]: https://github.com/android-password-store/openpgp-ktx/releases/1.1.0
[1.0.0]: https://github.com/android-password-store/openpgp-ktx/releases/1.0.0
[0.1.0]: https://github.com/android-password-store/openpgp-ktx/releases/0.1.0
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ android.useAndroidX=true
kotlin.code.style=official

GROUP=android-password-store
VERSION_NAME=1.2.0-SNAPSHOT
VERSION_NAME=1.2.0

0 comments on commit addd128

Please sign in to comment.