Skip to content

Commit

Permalink
Bump version to 7.100.0
Browse files Browse the repository at this point in the history
  • Loading branch information
richardm-stripe committed Oct 11, 2021
1 parent abdbaf7 commit 3dfc3dc
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 7.100.0 - 2021-10-11
* [#1190](https://github.com/stripe/stripe-php/pull/1190) API Updates
* Add support for `klarna` on `PaymentMethod`.

## 7.99.0 - 2021-10-11
* [#1188](https://github.com/stripe/stripe-php/pull/1188) API Updates
* Add support for `list_payment_methods` method on resource `Customer`
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7.99.0
7.100.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.99.0';
const VERSION = '7.100.0';

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

0 comments on commit 3dfc3dc

Please sign in to comment.