Skip to content

Commit

Permalink
Bump version to 7.75.0
Browse files Browse the repository at this point in the history
  • Loading branch information
richardm-stripe committed Feb 22, 2021
1 parent cbce613 commit d377a66
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
@@ -1,7 +1,10 @@
# Changelog

## 7.75.0 - 2021-02-22
* [#1094](https://github.com/stripe/stripe-php/pull/1094) Add support for Billing Portal Configuration API

## 7.74.0 - 2021-02-17
* [#1093](https://github.com/stripe/stripe-php/pull/1093) API Updates
* [#1093](https://github.com/stripe/stripe-php/pull/1093) Update PHPDocs
* Add support for on_behalf_of to Invoice

## 7.73.0 - 2021-02-16
Expand Down
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
7.74.0
7.75.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 = '7.74.0';
const VERSION = '7.75.0';

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

0 comments on commit d377a66

Please sign in to comment.