Bump version to 1.39.0

This commit is contained in:
Brandur 2016-03-31 14:43:52 -07:00
parent 4be5c9d23d
commit 3930d9a587
3 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
=== 1.39.0 2016-03-31
* Update CA cert bundle for compatibility with OpenSSL versions below 1.0.1
=== 1.38.0 2016-03-18
* Allow `opts` to be passed to an API resource's `#save` method

View File

@ -1 +1 @@
1.38.0
1.39.0

View File

@ -1,3 +1,3 @@
module Stripe
VERSION = '1.38.0'
VERSION = '1.39.0'
end