Skip to content

Commit

Permalink
Bump version to 12.8.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pakrym-stripe committed Oct 11, 2023
1 parent 8bd0acc commit e886650
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,12 @@
# Changelog

## 12.8.0-beta.1 - 2023-10-11
* [#1588](https://github.com/stripe/stripe-php/pull/1588) Update generated code for beta
* Add support for new resources `AccountNotice` and `Issuing.CreditUnderwritingRecord`
* Add support for `all`, `retrieve`, and `update` methods on resource `AccountNotice`
* Add support for `all`, `correct`, `create_from_application`, `create_from_proactive_review`, `report_decision`, and `retrieve` methods on resource `CreditUnderwritingRecord`
* Add support for new values `account_notice.created` and `account_notice.updated` on enum `Event.type`

## 12.7.0 - 2023-10-11
* [#1589](https://github.com/stripe/stripe-php/pull/1589) Update generated code
* Add support for `client_secret`, `redirect_on_completion`, `return_url`, and `ui_mode` on `Checkout.Session`
Expand Down
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
12.7.0-beta.1
12.8.0-beta.1
2 changes: 1 addition & 1 deletion lib/Stripe.php
Expand Up @@ -58,7 +58,7 @@ class Stripe
/** @var float Initial delay between retries, in seconds */
private static $initialNetworkRetryDelay = 0.5;

const VERSION = '12.7.0-beta.1';
const VERSION = '12.8.0-beta.1';

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

0 comments on commit e886650

Please sign in to comment.