Bump version to 5.11.0

This commit is contained in:
Olivier Bellone 2019-11-26 13:46:14 -08:00
parent 7aeae42fdc
commit 824d1f9efe
No known key found for this signature in database
GPG Key ID: 11E77E3AA0C40303
3 changed files with 5 additions and 2 deletions

View File

@ -1,5 +1,8 @@
# Changelog
## 5.11.0 - 2019-11-26
* [#885](https://github.com/stripe/stripe-ruby/pull/885) Add support for `CreditNote` preview
## 5.10.0 - 2019-11-08
* [#882](https://github.com/stripe/stripe-ruby/pull/882) Add list_usage_record_summaries and list_source_transactions

View File

@ -1 +1 @@
5.10.0
5.11.0

View File

@ -1,5 +1,5 @@
# frozen_string_literal: true
module Stripe
VERSION = "5.10.0"
VERSION = "5.11.0"
end