mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-10-03 00:01:21 -04:00
Bump version to 5.30.0
This commit is contained in:
parent
f59ba8cae0
commit
5c5c0a82ba
@ -1,5 +1,8 @@
|
||||
# Changelog
|
||||
|
||||
## 5.30.0 - 2021-02-22
|
||||
* [#965](https://github.com/stripe/stripe-ruby/pull/965) Add support for the Billing Portal Configuration API
|
||||
|
||||
## 5.29.1 - 2021-02-09
|
||||
* [#964](https://github.com/stripe/stripe-ruby/pull/964) Fix return value of `Customer#delete_discount`
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
module Stripe
|
||||
VERSION = "5.29.1"
|
||||
VERSION = "5.30.0"
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user