Bump version to 5.23.0

This commit is contained in:
Remi Jannel 2020-08-05 12:36:13 -07:00
parent cf8b2c5e84
commit 5573a73337
3 changed files with 5 additions and 2 deletions

View File

@ -1,5 +1,8 @@
# Changelog
## 5.23.0 - 2020-08-05
* [#937](https://github.com/stripe/stripe-ruby/pull/937) Add support for the `PromotionCode` resource and APIs
## 5.22.0 - 2020-05-11
* [#918](https://github.com/stripe/stripe-ruby/pull/918) Add support for the `LineItem` resource and APIs

View File

@ -1 +1 @@
5.22.0
5.23.0

View File

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