Bump version to 1.51.0

This commit is contained in:
Brandur 2016-08-26 10:20:29 -07:00
parent d61c1b1211
commit 5573cc73fc
3 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
=== 1.51.0 2016-08-26
* Error when an array of maps is detected that cannot be accurately encoded
* Start using strings for header names instead of symbols for better clarity
=== 1.50.1 2016-08-25
* Fix encoding of arrays of maps where maps unequal sets of keys

View File

@ -1 +1 @@
1.50.1
1.51.0

View File

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