Skip to content

Commit

Permalink
Bump version to 7.103.0
Browse files Browse the repository at this point in the history
  • Loading branch information
richardm-stripe committed Nov 20, 2021
1 parent 2ee741c commit 3a02959
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 9 deletions.
16 changes: 9 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,19 @@
# Changelog

## 7.103.0 - 2021-11-19
* [#1206](https://github.com/stripe/stripe-php/pull/1206) API Updates
* Add support for new value `jct` on enum `TaxRate.tax_type`

## 7.102.0 - 2021-11-17
* [#1205](https://github.com/stripe/stripe-php/pull/1205) API Updates
* Add support for `automatic_payment_methods` on `PaymentIntent`

* Add support for `automatic_payment_methods` on `PaymentIntent`

## 7.101.0 - 2021-11-16
* [#1203](https://github.com/stripe/stripe-php/pull/1203) API Updates
* Add support for new resource `ShippingRate`
* Add support for `shipping_options` and `shipping_rate` on `Checkout.Session`
* Add support for `expire` method on resource `Checkout.Session`
* Add support for `status` on `Checkout.Session`

* Add support for new resource `ShippingRate`
* Add support for `shipping_options` and `shipping_rate` on `Checkout.Session`
* Add support for `expire` method on resource `Checkout.Session`
* Add support for `status` on `Checkout.Session`

## 7.100.0 - 2021-10-11
* [#1190](https://github.com/stripe/stripe-php/pull/1190) API Updates
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7.102.0
7.103.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 = '7.102.0';
const VERSION = '7.103.0';

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

0 comments on commit 3a02959

Please sign in to comment.