Skip to content

Commit

Permalink
Bump version to 7.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ob-stripe committed Oct 25, 2019
1 parent 55d7bc1 commit 2e351f7
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.7.1 - 2019-10-25
* [#781](https://github.com/stripe/stripe-php/pull/781) Fix telemetry header
* [#780](https://github.com/stripe/stripe-php/pull/780) Contributor Convenant

## 7.7.0 - 2019-10-23
* [#776](https://github.com/stripe/stripe-php/pull/776) Add `CAPABILITY_TRANSFERS` to `Account`
* [#778](https://github.com/stripe/stripe-php/pull/778) Add support for `TYPE_MX_RFC` type on `TaxId`
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7.7.0
7.7.1
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.7.0';
const VERSION = '7.7.1';

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

0 comments on commit 2e351f7

Please sign in to comment.