From 56b792ccad7dbbef6ea20e1d18d86502238eaf94 Mon Sep 17 00:00:00 2001 From: Ross Boucher Date: Thu, 21 Feb 2013 12:09:10 -0800 Subject: [PATCH] Update version --- History.txt | 3 +++ VERSION | 2 +- lib/stripe/version.rb | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/History.txt b/History.txt index 32aa3518..6e14fbce 100644 --- a/History.txt +++ b/History.txt @@ -1,3 +1,6 @@ +=== 1.7.11 2013-02-21 +* Add 'id' to the list of permanent attributes + === 1.7.10 2013-02-01 * Add support for passing options when retrieving Stripe objects e.g., Stripe::Charge.retrieve({id:"foo", expand:["customer"]}) diff --git a/VERSION b/VERSION index a412349e..8f8b3f72 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.7.10 +1.7.11 diff --git a/lib/stripe/version.rb b/lib/stripe/version.rb index 3db51ec4..4518fa52 100644 --- a/lib/stripe/version.rb +++ b/lib/stripe/version.rb @@ -1,3 +1,3 @@ module Stripe - VERSION = '1.7.10' + VERSION = '1.7.11' end