Bump version to 1.50.1

This commit is contained in:
Brandur 2016-08-25 14:36:59 -07:00
parent 497201aca7
commit fb9fd44dd6
3 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
=== 1.50.1 2016-08-25
* Fix encoding of arrays of maps where maps unequal sets of keys
=== 1.50.0 2016-08-15
* Allow sources to be created

View File

@ -1 +1 @@
1.50.0
1.50.1

View File

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