mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-10-04 00:00:47 -04:00
Bump version to 4.23.0
This commit is contained in:
parent
1272a3fc94
commit
bc77404518
@ -1,5 +1,9 @@
|
||||
# Changelog
|
||||
|
||||
## 4.23.0 - 2019-08-09
|
||||
* [#824](https://github.com/stripe/stripe-ruby/pull/824) Remove SubscriptionScheduleRevision
|
||||
- This is technically a breaking change. We've chosen to release it as a minor vesion bump because the associated API is unused.
|
||||
|
||||
## 4.22.1 - 2019-08-09
|
||||
* [#808](https://github.com/stripe/stripe-ruby/pull/808) Unify request/response handling
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
module Stripe
|
||||
VERSION = "4.22.1".freeze
|
||||
VERSION = "4.23.0".freeze
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user