diff --git a/CHANGELOG.md b/CHANGELOG.md index d273e508..1f7f7fe2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ and this library adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [2.0.4] - 2024-01-08 + ### Added - `TransactionOverview.txIdString()` to provide a readable transaction ID to SDK-consuming apps - `MonetarySeparators.current(locale: Locale? = null)` now accepts `Locale` on input to force separators locale. If @@ -20,11 +22,11 @@ and this library adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Gradle 8.5 - Kotlin 1.9.21 - Other dependency update +- Checkpoints update ### Removed - Several internally unused exceptions from `Exceptions.kt` - ## [2.0.3] - 2023-11-08 ### Added diff --git a/gradle.properties b/gradle.properties index de7cca95..df24ba42 100644 --- a/gradle.properties +++ b/gradle.properties @@ -26,7 +26,7 @@ ZCASH_ASCII_GPG_KEY= # Configures whether release is an unstable snapshot, therefore published to the snapshot repository. IS_SNAPSHOT=true -LIBRARY_VERSION=2.0.3 +LIBRARY_VERSION=2.0.4 # Kotlin compiler warnings can be considered errors, failing the build. ZCASH_IS_TREAT_WARNINGS_AS_ERRORS=true