mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-10-04 00:00:47 -04:00
Bump version to 5.23.0
This commit is contained in:
parent
cf8b2c5e84
commit
5573a73337
@ -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
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
module Stripe
|
||||
VERSION = "5.22.0"
|
||||
VERSION = "5.23.0"
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user