Skip to content

Commit

Permalink
Bump version to 12.4.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
richardm-stripe committed Sep 15, 2023
1 parent 83d12cd commit 10cf1b7
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 2 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# Changelog

## 12.4.0-beta.1 - 2023-09-14
* [#1575](https://github.com/stripe/stripe-php/pull/1575) Update generated code for beta
* Add support for new resource `ConfirmationToken`
* Add support for `retrieve` method on resource `ConfirmationToken`
* Add support for `create` method on resource `Issuing.CardDesign`
* Add support for `reject_testmode` test helper method on resource `Issuing.CardDesign`
* Add support for new value `issuing_card_design.rejected` on enum `Event.type`
* Add support for `features` on `Issuing.CardBundle`
* Add support for `card_logo`, `carrier_text`, `preferences`, and `rejection_reasons` on `Issuing.CardDesign`
* Remove support for `preference` on `Issuing.CardDesign`

## 12.3.0 - 2023-09-14
* [#1577](https://github.com/stripe/stripe-php/pull/1577) Update generated code
* Add support for new resource `PaymentMethodConfiguration`
* Add support for `all`, `create`, `retrieve`, and `update` methods on resource `PaymentMethodConfiguration`
* Add support for `payment_method_configuration_details` on `Checkout.Session`, `PaymentIntent`, and `SetupIntent`
* [#1573](https://github.com/stripe/stripe-php/pull/1573) Update generated code
* Add support for `capture`, `create`, `expire`, `increment`, and `reverse` test helper methods on resource `Issuing.Authorization`
* Add support for `create_force_capture`, `create_unlinked_refund`, and `refund` test helper methods on resource `Issuing.Transaction`
* Add support for new value `stripe_tax_inactive` on enum `StripeError.code`

## 12.3.0-beta.1 - 2023-09-07
* [#1574](https://github.com/stripe/stripe-php/pull/1574) Update generated code for beta
* Release specs are identical.
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
12.3.0-beta.1
12.4.0-beta.1
2 changes: 1 addition & 1 deletion lib/Stripe.php
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ class Stripe
/** @var float Initial delay between retries, in seconds */
private static $initialNetworkRetryDelay = 0.5;

const VERSION = '12.3.0-beta.1';
const VERSION = '12.4.0-beta.1';

/**
* @return string the API key used for requests
Expand Down

0 comments on commit 10cf1b7

Please sign in to comment.