Skip to content

Commit

Permalink
Bump version to 10.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
richardm-stripe committed Feb 2, 2023
1 parent 7e25dcc commit 331415b
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## 10.5.0 - 2023-02-02
* [#1439](https://github.com/stripe/stripe-php/pull/1439) API Updates
* Add support for `resume` method on resource `Subscription`
* Add support for `amount_shipping` and `shipping_cost` on `CreditNote` and `Invoice`
* Add support for `shipping_details` on `Invoice`
* Add support for `invoice_creation` on `PaymentLink`
* Add support for `trial_settings` on `Subscription`
* Add support for new value `paused` on enum `Subscription.status`

## 10.4.0 - 2023-01-19
* [#1381](https://github.com/stripe/stripe-php/pull/1381) Add getService methods to StripeClient and AbstractServiceFactory to allow mocking
* [#1424](https://github.com/stripe/stripe-php/pull/1424) API Updates
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
10.4.0
10.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 = '10.4.0';
const VERSION = '10.5.0';

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

0 comments on commit 331415b

Please sign in to comment.