diff --git a/CHANGELOG.md b/CHANGELOG.md index a079a9f..2520981 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,8 @@ # Changelog ### [Unreleased] + +### [1.2.0] - 2019-01-25 - Fix unmarshalling of `OpenPgpError` ### [1.1.0] - 2019-12-26 @@ -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 diff --git a/gradle.properties b/gradle.properties index e0d5b7c..0572a75 100644 --- a/gradle.properties +++ b/gradle.properties @@ -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