diff --git a/CHANGELOG.md b/CHANGELOG.md index dbc4b9ca..5538895f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/Example/ZcashLightClientSample/ZcashLightClientSample.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved b/Example/ZcashLightClientSample/ZcashLightClientSample.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved index 296284d8..3840d78d 100644 --- a/Example/ZcashLightClientSample/ZcashLightClientSample.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved +++ b/Example/ZcashLightClientSample/ZcashLightClientSample.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved @@ -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" } } ], diff --git a/Package.resolved b/Package.resolved index 1df0af9a..7d3ab1dd 100644 --- a/Package.resolved +++ b/Package.resolved @@ -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" } } ], diff --git a/Package.swift b/Package.swift index 9091bbd4..62258e6f 100644 --- a/Package.swift +++ b/Package.swift @@ -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(