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

Commit

Permalink
Release 1.0.0
Browse files Browse the repository at this point in the history
Signed-off-by: Harsh Shandilya <[email protected]>
  • Loading branch information
msfjarvis committed Nov 29, 2019
1 parent e730498 commit 0a48ee8
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.0.0] - 2019-11-29
- Update library dependencies
- Make logtags unique across classes to aid debugging
- **BREAKING**: Make parameters in OnBound interface non-null
Expand All @@ -10,5 +12,6 @@
### [0.1.0] - 2019-11-08
- Initial release

[Unreleased]: https://github.com/android-password-store/openpgp-ktx/compare/0.1.0...HEAD
[Unreleased]: https://github.com/android-password-store/openpgp-ktx/compare/1.0.0...HEAD
[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.0.0-SNAPSHOT
VERSION_NAME=1.0.0

0 comments on commit 0a48ee8

Please sign in to comment.