From 3bc4256e2532d75e93ca744edc3dc7913aa79a86 Mon Sep 17 00:00:00 2001 From: Olivier Bellone Date: Mon, 26 Feb 2018 13:30:29 +0100 Subject: [PATCH] Bump version to 3.11.0 --- CHANGELOG.md | 3 +++ VERSION | 2 +- lib/stripe/version.rb | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ae7e7235..f3fe004fa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## 3.11.0 - 2018-02-26 +* [#628](https://github.com/stripe/stripe-ruby/pull/628) Add support for `code` attribute on all Stripe exceptions + ## 3.10.0 - 2018-02-21 * [#627](https://github.com/stripe/stripe-ruby/pull/627) Add support for topups diff --git a/VERSION b/VERSION index 30291cba2..afad81866 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.10.0 +3.11.0 diff --git a/lib/stripe/version.rb b/lib/stripe/version.rb index b762333dd..100da24a8 100644 --- a/lib/stripe/version.rb +++ b/lib/stripe/version.rb @@ -1,3 +1,3 @@ module Stripe - VERSION = "3.10.0".freeze + VERSION = "3.11.0".freeze end