Skip to content

Commit

Permalink
Merge pull request #144 from vapor-community/update-swift-crypto-depe…
Browse files Browse the repository at this point in the history
…ndency-version

Fix SwiftCrypto version requirement
  • Loading branch information
gwynne committed Dec 23, 2021
2 parents e1b4bae + f3d0748 commit d12f5dc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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`
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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: [
Expand Down

0 comments on commit d12f5dc

Please sign in to comment.