mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-12-21 00:01:47 -05:00
Bump version to 5.10.0
This commit is contained in:
parent
2ded14efe3
commit
75b1797771
@ -1,5 +1,8 @@
|
|||||||
# Changelog
|
# 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
|
## 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)
|
* [#870](https://github.com/stripe/stripe-ruby/pull/870) Add request instrumentation callback (see `README.md` for usage example)
|
||||||
|
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
|
|
||||||
module Stripe
|
module Stripe
|
||||||
VERSION = "5.9.0"
|
VERSION = "5.10.0"
|
||||||
end
|
end
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user