Bump version to 1.51.1

This commit is contained in:
Brandur 2016-08-30 11:13:56 -07:00
parent 41f09a75a3
commit c15e3953fe
3 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
=== 1.51.1 2016-08-30
* Make sure `Account`'s `external_account` is saved with its parent
=== 1.51.0 2016-08-26
* Error when an array of maps is detected that cannot be accurately encoded

View File

@ -1 +1 @@
1.51.0
1.51.1

View File

@ -1,3 +1,3 @@
module Stripe
VERSION = '1.51.0'
VERSION = '1.51.1'
end