Bump version to 1.27.1

This commit is contained in:
Rasmus Rygaard 2015-09-20 10:25:59 -07:00
parent db794d6be7
commit accb624b35
3 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
=== 1.27.1 2015-09-20
* Use hash rockets for backwards compatibility.
=== 1.27.0 2015-09-14
* Add Orders, Products, and SKUs for Relay.

View File

@ -1 +1 @@
1.27.0
1.27.1

View File

@ -1,3 +1,3 @@
module Stripe
VERSION = '1.27.0'
VERSION = '1.27.1'
end