From 721071d2247faeadf5a7b3aeeeea1bc834cae62c Mon Sep 17 00:00:00 2001 From: Rasmus Rygaard Date: Mon, 14 Sep 2015 16:42:14 -0700 Subject: [PATCH] Bump version to 1.27.0 --- History.txt | 4 ++++ VERSION | 2 +- lib/stripe/version.rb | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/History.txt b/History.txt index 2b1bbdb6..4e73b203 100644 --- a/History.txt +++ b/History.txt @@ -1,3 +1,7 @@ +=== 1.27.0 2015-09-14 + +* Add Orders, Products, and SKUs for Relay. + === 1.26.0 2015-09-11 * Add support for 429 Rate Limited response diff --git a/VERSION b/VERSION index 5ff8c4f5..5db08bf2 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.26.0 +1.27.0 diff --git a/lib/stripe/version.rb b/lib/stripe/version.rb index 00c8cf36..4d1422ae 100644 --- a/lib/stripe/version.rb +++ b/lib/stripe/version.rb @@ -1,3 +1,3 @@ module Stripe - VERSION = '1.26.0' + VERSION = '1.27.0' end