From a871cca493706fae557001e8ad48da8cb1bb14af Mon Sep 17 00:00:00 2001 From: Brandur Date: Fri, 23 Jun 2017 09:23:54 -0700 Subject: [PATCH] Bump version to 23.0.0 --- CHANGELOG | 3 +++ VERSION | 2 +- stripe.go | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index d5eb2d594b..a2000670bb 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,6 @@ +23.0.0 2017-06-23 + plan.Del now takes `stripe.PlanParams` as a second argument + 22.6.0 2017-06-19 Support for ephemeral keys diff --git a/VERSION b/VERSION index dc5f6a52b1..84b76f4d1c 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -22.6.0 +23.0.0 diff --git a/stripe.go b/stripe.go index 45e6b9d4c6..d93cef664e 100644 --- a/stripe.go +++ b/stripe.go @@ -26,7 +26,7 @@ const ( const apiversion = "2017-05-25" // clientversion is the binding version -const clientversion = "22.6.0" +const clientversion = "23.0.0" // defaultHTTPTimeout is the default timeout on the http.Client used by the library. // This is chosen to be consistent with the other Stripe language libraries and