We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec8bb99 commit cd36a55Copy full SHA for cd36a55
CHANGELOG.md
@@ -1,5 +1,8 @@
1
# Changelog
2
3
+## 6.7.0 - 2018-05-09
4
+* [#466](https://github.com/stripe/stripe-php/pull/466) Add support for issuer fraud records
5
+
6
## 6.6.0 - 2018-04-11
7
* [#460](https://github.com/stripe/stripe-php/pull/460) Add support for flexible billing primitives
8
VERSION
@@ -1 +1 @@
-6.6.0
+6.7.0
lib/Stripe.php
@@ -52,7 +52,7 @@ class Stripe
52
// @var float Initial delay between retries, in seconds
53
private static $initialNetworkRetryDelay = 0.5;
54
55
- const VERSION = '6.6.0';
+ const VERSION = '6.7.0';
56
57
/**
58
* @return string The API key used for requests.
0 commit comments