Bump version to 6.6.0-beta.1

This commit is contained in:
Dominic Charley-Roy 2022-07-22 14:01:30 -04:00
parent de33cde125
commit 588ed3b5e7
3 changed files with 16 additions and 2 deletions

View File

@ -1,5 +1,19 @@
# Changelog
## 6.6.0-beta.1 - 2022-07-22
* [#1100](https://github.com/stripe/stripe-ruby/pull/1100) API Updates for beta branch
- Updated stable APIs to the latest version
- Add `QuotePhase` resource
* [#1097](https://github.com/stripe/stripe-ruby/pull/1097) API Updates for beta branch
- Updated stable APIs to the latest version
- Add `SubscriptionSchedule.amend` method.
* [#1093](https://github.com/stripe/stripe-ruby/pull/1093) API Updates for beta branch
- Include `server_side_confirmation_beta=v1` beta
- Add `secretKeyConfirmation` to `PaymentIntent`
* [#1085](https://github.com/stripe/stripe-ruby/pull/1085) API Updates for beta branch
- Updated stable APIs to the latest version
* [#1075](https://github.com/stripe/stripe-ruby/pull/1075) Use the generated API version
## 6.5.0 - 2022-06-29
* [#1084](https://github.com/stripe/stripe-ruby/pull/1084) API Updates
* Add support for `deliver_card`, `fail_card`, `return_card`, and `ship_card` test helper methods on resource `Issuing.Card`

View File

@ -1 +1 @@
6.4.0
6.6.0-beta.1

View File

@ -1,5 +1,5 @@
# frozen_string_literal: true
module Stripe
VERSION = "6.4.0"
VERSION = "6.6.0-beta.1"
end