Skip to content

Commit cd36a55

Browse files
committed
Bump version to 6.7.0
1 parent ec8bb99 commit cd36a55

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

3+
## 6.7.0 - 2018-05-09
4+
* [#466](https://github.com/stripe/stripe-php/pull/466) Add support for issuer fraud records
5+
36
## 6.6.0 - 2018-04-11
47
* [#460](https://github.com/stripe/stripe-php/pull/460) Add support for flexible billing primitives
58

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
6.6.0
1+
6.7.0

lib/Stripe.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ class Stripe
5252
// @var float Initial delay between retries, in seconds
5353
private static $initialNetworkRetryDelay = 0.5;
5454

55-
const VERSION = '6.6.0';
55+
const VERSION = '6.7.0';
5656

5757
/**
5858
* @return string The API key used for requests.

0 commit comments

Comments
 (0)