From c375f05604aee29738a9466751f9b8a86af8198e Mon Sep 17 00:00:00 2001 From: Andrew Edwards Date: Thu, 26 Mar 2020 16:01:49 -0400 Subject: [PATCH] Update CHANGELOG and README for next minor version. --- CHANGELOG.md | 10 ++++++++++ README.md | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c320b1a4..c289082e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## 6.1.0 - 2020-03-26 + +* [#68](https://github.com/vapor-community/stripe-kit/pull/68) Fixed type mispatch for `StripeSubscriptionProrationBehavior` on subscription update route. + +* [#67](https://github.com/vapor-community/stripe-kit/pull/67) Added support for webhooks signature validation. + +* [#65](https://github.com/vapor-community/stripe-kit/pull/65) + * Made `requestedCapabilities` `Optional` on connect accounts. + * Added `StripePaymentIntentTransferData` type for `transferData` on `StripePaymentIntent`. + ## 6.0.0 - 2020-03-07 Major version release for new API version `2020-03-02` diff --git a/README.md b/README.md index 1b72a0a2..0762f403 100644 --- a/README.md +++ b/README.md @@ -201,7 +201,7 @@ See the [Vapor helper library](https://github.com/vapor-community/stripe) to use --- ### Webhooks * [x] Webhook Endpoints - +* [x] Signature Verification ## TODO At some point * [ ] [Object expansion](https://stripe.com/docs/api/expanding_objects)