Skip to content

Commit

Permalink
Merge pull request #1481 from Electric-Coin-Company/release/2.2.1
Browse files Browse the repository at this point in the history
release zcash-swift-wallet-sdk version 2.2.1
  • Loading branch information
LukasKorba authored Aug 22, 2024
2 parents 5d72de2 + 7f5b646 commit ff70d89
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 5 deletions.
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.2.1 - 2024-08-21

## Fixed
- This release fixes an error in database migration logic that could cause problems
when upgrading certain wallets from versions in the 2.1.x range.

# 2.2.0 - 2024-08-20

## Added
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -176,8 +176,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/zcash-hackworks/zcash-light-client-ffi",
"state" : {
"revision" : "6521af353b63299d32d010195302dac50074f918",
"version" : "0.9.0"
"revision" : "8ed5b08d59ff5e7e11240be29b084dedbdf2f268",
"version" : "0.9.1"
}
}
],
Expand Down
4 changes: 2 additions & 2 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/zcash-hackworks/zcash-light-client-ffi",
"state" : {
"revision" : "6521af353b63299d32d010195302dac50074f918",
"version" : "0.9.0"
"revision" : "8ed5b08d59ff5e7e11240be29b084dedbdf2f268",
"version" : "0.9.1"
}
}
],
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ let package = Package(
dependencies: [
.package(url: "https://github.com/grpc/grpc-swift.git", from: "1.19.1"),
.package(url: "https://github.com/stephencelis/SQLite.swift.git", from: "0.14.1"),
.package(url: "https://github.com/zcash-hackworks/zcash-light-client-ffi", exact: "0.9.0")
.package(url: "https://github.com/zcash-hackworks/zcash-light-client-ffi", exact: "0.9.1")
],
targets: [
.target(
Expand Down

0 comments on commit ff70d89

Please sign in to comment.