Bump version to 1.56.0

This commit is contained in:
Brandur 2016-10-24 09:23:06 -07:00
parent f44bf4def3
commit 2de99c55ce
3 changed files with 7 additions and 3 deletions

View File

@ -1,9 +1,13 @@
=== 1.55.1 2016-10-24
=== 1.56.0 2016-10-24
* Add accessors for new fields added in `#update_attributes`
* Handle multi-plan subscriptions through new subscription items
* Handle 403 status codes from the API
=== 1.55.1 2016-10-24
Identical to 1.56.0 above. I incorrectly cut a patch-level release.
=== 1.55.0 2016-09-15
* Add support for Apple Pay domains

View File

@ -1 +1 @@
1.55.1
1.56.0

View File

@ -1,3 +1,3 @@
module Stripe
VERSION = '1.55.1'
VERSION = '1.56.0'
end