Bump version to 4.23.0

This commit is contained in:
Alex Rattray 2019-08-09 17:32:44 -07:00
parent 1272a3fc94
commit bc77404518
3 changed files with 6 additions and 2 deletions

View File

@ -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

View File

@ -1 +1 @@
4.22.1
4.23.0

View File

@ -1,5 +1,5 @@
# frozen_string_literal: true
module Stripe
VERSION = "4.22.1".freeze
VERSION = "4.23.0".freeze
end