Bump version to 1.19.0

This commit is contained in:
Brian Krausz 2015-02-15 23:24:31 -08:00
parent 98e7a5ad62
commit a85e2277d6
3 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,9 @@
=== 1.19.0 2015-02-15
* Support for new Transfers /reversals endpoint
* Account retrieval now optionally accepts an account ID
* Better support for passing custom headers, like Stripe-Account, through requests
=== 1.18.0 2015-01-21
* 1 major enhancement:

View File

@ -1 +1 @@
1.18.0
1.19.0

View File

@ -1,3 +1,3 @@
module Stripe
VERSION = '1.18.0'
VERSION = '1.19.0'
end