Bump version to 1.27.0

This commit is contained in:
Rasmus Rygaard 2015-09-14 16:42:14 -07:00
parent 51b0bff8e9
commit 721071d224
3 changed files with 6 additions and 2 deletions

View File

@ -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

View File

@ -1 +1 @@
1.26.0
1.27.0

View File

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