Skip to content

Commit

Permalink
Bump version to 12.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
richardm-stripe committed Sep 28, 2023
1 parent c6e09b9 commit a4249b4
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

## 12.5.0 - 2023-09-28
* [#1582](https://github.com/stripe/stripe-php/pull/1582) Generate Discount, SourceTransaction and use sections in more places
* [#1584](https://github.com/stripe/stripe-php/pull/1584) Update generated code
* Add support for `rendering` on `Invoice`

## 12.4.0 - 2023-09-21
* [#1579](https://github.com/stripe/stripe-php/pull/1579) Update generated code
* Add back constant for `invoiceitem.updated` webhook event. This was mistakenly removed in v12.2.0.
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
12.4.0
12.5.0
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.4.0';
const VERSION = '12.5.0';

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

0 comments on commit a4249b4

Please sign in to comment.