Bump version to 5.10.0

This commit is contained in:
Alex Rattray 2019-11-08 16:42:40 -08:00
parent 2ded14efe3
commit 75b1797771
3 changed files with 5 additions and 2 deletions

View File

@ -1,5 +1,8 @@
# Changelog
## 5.10.0 - 2019-11-08
* [#882](https://github.com/stripe/stripe-ruby/pull/882) Add list_usage_record_summaries and list_source_transactions
## 5.9.0 - 2019-11-07
* [#870](https://github.com/stripe/stripe-ruby/pull/870) Add request instrumentation callback (see `README.md` for usage example)

View File

@ -1 +1 @@
5.9.0
5.10.0

View File

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