Skip to content

Commit

Permalink
[#1261] SDK Release v2.0.0-rc.3
Browse files Browse the repository at this point in the history
Closes #1261.
  • Loading branch information
HonzaR authored and nuttycom committed Sep 21, 2023
1 parent c8e5a7e commit bac5900
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ and this library adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [2.0.0-rc.3] - 2023-09-21

### Fixed
The Kotlin layer of the SDK now correctly matches the Rust layer `PrevHashMismatch` exception with `ContinuityError`
and triggers rewind action.

## [2.0.0-rc.2] - 2023-09-20

### Changed
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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.0-rc.2
LIBRARY_VERSION=2.0.0-rc.3

# Kotlin compiler warnings can be considered errors, failing the build.
ZCASH_IS_TREAT_WARNINGS_AS_ERRORS=true
Expand Down

0 comments on commit bac5900

Please sign in to comment.