Skip to content

Commit

Permalink
Bump version to 10.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pakrym-stripe committed Jul 20, 2023
1 parent 9578beb commit c32549e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,11 @@
# Changelog

## 10.18.0 - 2023-07-20
* [#1533](https://github.com/stripe/stripe-php/pull/1533) Update generated code
* Add support for new value `service_tax` on enum `TaxRate.tax_type`
* [#1526](https://github.com/stripe/stripe-php/pull/1526) Add constants for payment intent cancellation reasons
* [#1487](https://github.com/stripe/stripe-php/pull/1487) PHPDoc: use union of literals for $method parameter throughout

## 10.17.0 - 2023-07-13
* [#1525](https://github.com/stripe/stripe-php/pull/1525) Update generated code
* Add support for new resource `Tax.Settings`
Expand Down
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
10.17.0
10.18.0
2 changes: 1 addition & 1 deletion lib/Stripe.php
Expand Up @@ -58,7 +58,7 @@ class Stripe
/** @var float Initial delay between retries, in seconds */
private static $initialNetworkRetryDelay = 0.5;

const VERSION = '10.17.0';
const VERSION = '10.18.0';

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

0 comments on commit c32549e

Please sign in to comment.