Bump version to 5.23.1

This commit is contained in:
Brandur 2020-08-05 16:01:36 -07:00
parent 3433130c5d
commit 8710fcaddc
3 changed files with 5 additions and 2 deletions

View File

@ -1,5 +1,8 @@
# Changelog
## 5.23.1 - 2020-08-05
* [#936](https://github.com/stripe/stripe-ruby/pull/936) Rename API resource's `request` method
## 5.23.0 - 2020-08-05
* [#937](https://github.com/stripe/stripe-ruby/pull/937) Add support for the `PromotionCode` resource and APIs

View File

@ -1 +1 @@
5.23.0
5.23.1

View File

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