We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a8adb9 commit 0bae101Copy full SHA for 0bae101
CHANGELOG.md
@@ -1,5 +1,8 @@
1
# Changelog
2
3
+## 6.6.0 - 2018-04-11
4
+* [#460](https://github.com/stripe/stripe-php/pull/460) Add support for flexible billing primitives
5
+
6
## 6.5.0 - 2018-04-05
7
* [#461](https://github.com/stripe/stripe-php/pull/461) Don't zero keys on non-`metadata` subobjects
8
VERSION
@@ -1 +1 @@
-6.5.0
+6.6.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.5.0';
+ const VERSION = '6.6.0';
56
57
/**
58
* @return string The API key used for requests.
0 commit comments