Skip to content

Commit

Permalink
Bump version to 9.1.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pakrym-stripe committed Aug 3, 2022
1 parent 10e16bf commit 2510e69
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 9.1.0-beta.1 - 2022-08-03
* [#1345](https://github.com/stripe/stripe-php/pull/1345) API Updates for beta branch
- Updated stable APIs to the latest version
- Added the `Order` resource support

## 9.0.0 - 2022-08-02

Breaking changes that arose during code generation of the library that we postponed for the next major version. For changes to the SDK, read more detailed description at https://github.com/stripe/stripe-php/wiki/Migration-guide-for-v9. For changes to the Stripe products, read more at https://stripe.com/docs/upgrades#2022-08-01.
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
8.12.0-beta.1
9.1.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 = '8.12.0-beta.1';
const VERSION = '9.1.0-beta.1';

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

0 comments on commit 2510e69

Please sign in to comment.