From b7d714b58e4f95806aeba7add086a907421df5f1 Mon Sep 17 00:00:00 2001 From: Brandur Date: Tue, 6 Oct 2015 13:40:13 -0700 Subject: [PATCH] Bump version to 1.29.1 --- 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 ac592125..3cec94db 100644 --- a/History.txt +++ b/History.txt @@ -1,3 +1,7 @@ +=== 1.29.1 2015-10-06 + +* Fix bug where ampersands were not being properly encoded + === 1.29.0 2015-10-05 * Add pagination helpers `#auto_paging_each`, `#previous_page`, and `#next_page` diff --git a/VERSION b/VERSION index 5e57fb89..83cf0d95 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.29.0 +1.29.1 diff --git a/lib/stripe/version.rb b/lib/stripe/version.rb index f9b89e52..ff1722ff 100644 --- a/lib/stripe/version.rb +++ b/lib/stripe/version.rb @@ -1,3 +1,3 @@ module Stripe - VERSION = '1.29.0' + VERSION = '1.29.1' end