Skip to content

Commit

Permalink
Merge pull request #70 from vapor-community/feature/minor-version
Browse files Browse the repository at this point in the history
Update CHANGELOG and README for next minor version.
  • Loading branch information
Andrewangeta authored Mar 26, 2020
2 parents 2aeec26 + c375f05 commit e67317e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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`

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit e67317e

Please sign in to comment.