diff --git a/CHANGELOG.md b/CHANGELOG.md index 51876e7b4..50798cb39 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## 6.23.0 - 2018-11-27 +* [#542](https://github.com/stripe/stripe-php/pull/542) Add support for `ValueList` and `ValueListItem` for Radar + ## 6.22.1 - 2018-11-20 * [#561](https://github.com/stripe/stripe-php/pull/561) Add cast and some docs to telemetry introduced in 6.22.0/#549 diff --git a/VERSION b/VERSION index 261151bf6..0b31cc63b 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -6.22.1 +6.23.0 diff --git a/lib/Stripe.php b/lib/Stripe.php index 769b46ea4..c9b3c239f 100644 --- a/lib/Stripe.php +++ b/lib/Stripe.php @@ -55,7 +55,7 @@ class Stripe // @var float Initial delay between retries, in seconds private static $initialNetworkRetryDelay = 0.5; - const VERSION = '6.22.1'; + const VERSION = '6.23.0'; /** * @return string The API key used for requests.