Bump version to 1.23.0

This commit is contained in:
Caitlin Johnson 2015-07-06 17:03:01 -07:00
parent 8b0a074cbf
commit 43870a4601
3 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
=== 1.23.0 2015-07-06
* Added request IDs and HTTP headers to errors.
=== 1.22.0 2015-06-10 === 1.22.0 2015-06-10
* Added support for bank accounts and debit cards in managed accounts (via the `external_accounts` param) * Added support for bank accounts and debit cards in managed accounts (via the `external_accounts` param)

View File

@ -1 +1 @@
1.22.0 1.23.0

View File

@ -1,3 +1,3 @@
module Stripe module Stripe
VERSION = '1.22.0' VERSION = '1.23.0'
end end