Skip to content

Commit

Permalink
Bump version to 7.74.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ctrudeau-stripe committed Feb 18, 2021
1 parent 1021ad4 commit e45b12f
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.74.0 - 2021-02-17
* [#1093](https://github.com/stripe/stripe-php/pull/1093) API Updates
* Add support for on_behalf_of to Invoice

## 7.73.0 - 2021-02-16
* [#1091](https://github.com/stripe/stripe-php/pull/1091) Update PHPDocs
* Add support for `afterpay_clearpay` on `PaymentMethod`.
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7.73.0
7.74.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.73.0';
const VERSION = '7.74.0';

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

0 comments on commit e45b12f

Please sign in to comment.