From 522ff8b9a93e293188c1b4c0ef7ff40048b326f8 Mon Sep 17 00:00:00 2001 From: Brian Krausz Date: Wed, 13 May 2015 14:04:00 -0700 Subject: [PATCH] Bump version to 2.1.4 --- CHANGELOG.md | 4 ++++ VERSION | 2 +- lib/Stripe.php | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e19a202aa..20a577f28 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +### 2.1.4 2015-05-13 + +* Fix CA certificate file path (thanks @lphilps & @matthewarkin) + ### 2.1.3 2015-05-12 * Fix to account updating to permit `tos_acceptance` and `personal_address` to be set properly diff --git a/VERSION b/VERSION index ac2cdeba0..7d2ed7c70 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.1.3 +2.1.4 diff --git a/lib/Stripe.php b/lib/Stripe.php index fcbb2fad1..37036bfae 100644 --- a/lib/Stripe.php +++ b/lib/Stripe.php @@ -19,7 +19,7 @@ class Stripe // @var boolean Defaults to true. public static $verifySslCerts = true; - const VERSION = '2.1.3'; + const VERSION = '2.1.4'; /** * @return string The API key used for requests.