From 2de99c55ceef72612a888808125134d35bbe54c5 Mon Sep 17 00:00:00 2001 From: Brandur Date: Mon, 24 Oct 2016 09:23:06 -0700 Subject: [PATCH] Bump version to 1.56.0 --- History.txt | 6 +++++- VERSION | 2 +- lib/stripe/version.rb | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/History.txt b/History.txt index 5117f75e..e6e51fb3 100644 --- a/History.txt +++ b/History.txt @@ -1,9 +1,13 @@ -=== 1.55.1 2016-10-24 +=== 1.56.0 2016-10-24 * Add accessors for new fields added in `#update_attributes` * Handle multi-plan subscriptions through new subscription items * Handle 403 status codes from the API +=== 1.55.1 2016-10-24 + +Identical to 1.56.0 above. I incorrectly cut a patch-level release. + === 1.55.0 2016-09-15 * Add support for Apple Pay domains diff --git a/VERSION b/VERSION index 6570a6d0..3ebf789f 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.55.1 +1.56.0 diff --git a/lib/stripe/version.rb b/lib/stripe/version.rb index 0c8fafee..63cdf78b 100644 --- a/lib/stripe/version.rb +++ b/lib/stripe/version.rb @@ -1,3 +1,3 @@ module Stripe - VERSION = '1.55.1' + VERSION = '1.56.0' end