Skip to content

Commit

Permalink
Bump version to 15.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
prathmesh-stripe committed Jul 5, 2024
1 parent 97a51f1 commit ce69d01
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 15.1.0 - 2024-07-05
* [#1718](https://github.com/stripe/stripe-php/pull/1718) Update generated code
* Add support for `add_lines`, `remove_lines`, and `update_lines` methods on resource `Invoice`
* Add support for new value `payment_intent_fx_quote_invalid` on enum `StripeError.code`
* Add support for new values `multibanco`, `twint`, and `zip` on enum `PaymentLink.payment_method_types[]`
* Add support for `posted_at` on `Tax.Transaction`
* Add support for `reboot_window` on `Terminal.Configuration`

## 15.0.0 - 2024-06-24
* [#1714](https://github.com/stripe/stripe-php/pull/1714)

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
15.0.0
15.1.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 = '15.0.0';
const VERSION = '15.1.0';

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

0 comments on commit ce69d01

Please sign in to comment.