Skip to content

Commit

Permalink
Bump version to 13.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
richardm-stripe committed Feb 1, 2024
1 parent 99659d7 commit 7571f60
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## 13.10.0 - 2024-02-01
* [#1636](https://github.com/stripe/stripe-php/pull/1636) Update generated code
* Add support for new value `swish` on enum `PaymentLink.payment_method_types[]`
* Add support for `swish` on `PaymentMethod`
* Add support for new value `swish` on enum `PaymentMethod.type`
* Add support for `jurisdiction_level` on `TaxRate`
* Change type of `Terminal.Reader.status` from `string` to `enum('offline'|'online')`
* [#1633](https://github.com/stripe/stripe-php/pull/1633) Update generated code
* Add support for `issuer` on `Invoice`
* Add support for `customer_balance` on `PaymentMethodConfiguration`
* [#1630](https://github.com/stripe/stripe-php/pull/1630) Add paginated requests helper function and use in Search and All

## 13.9.0 - 2024-01-12
* [#1629](https://github.com/stripe/stripe-php/pull/1629) Update generated code
* Add support for new resource `CustomerSession`
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
13.9.0
13.10.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 = '13.9.0';
const VERSION = '13.10.0';

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

0 comments on commit 7571f60

Please sign in to comment.