diff --git a/CHANGELOG.md b/CHANGELOG.md index 05263908..3f54b6b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 16.2.0 - 2021-12-22 +* [#144](https://github.com/vapor-community/stripe-kit/pull/144) + * Fix SwiftCrypto version requirement + ## 16.1.0 - 2021-12-17 * [#143](https://github.com/vapor-community/stripe-kit/pull/143) * Adds support for expanding an array of models using `@ExpandableCollection` diff --git a/Package.swift b/Package.swift index 042889ff..3609412f 100644 --- a/Package.swift +++ b/Package.swift @@ -11,7 +11,7 @@ let package = Package( ], dependencies: [ .package(url: "https://github.com/swift-server/async-http-client.git", from: "1.1.0"), - .package(url: "https://github.com/apple/swift-crypto.git", from: "1.0.0") + .package(url: "https://github.com/apple/swift-crypto.git", "1.0.0" ..< "3.0.0"), ], targets: [ .target(name: "StripeKit", dependencies: [