mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-10-03 00:01:21 -04:00
Bump version to 5.18.0
This commit is contained in:
parent
b8c01be32d
commit
1b68611edc
@ -1,5 +1,8 @@
|
||||
# Changelog
|
||||
|
||||
## 5.18.0 - 2020-04-22
|
||||
* [#911](https://github.com/stripe/stripe-ruby/pull/911) Add support for `BillingPortal` namespace and `Session` resource and APIs
|
||||
|
||||
## 5.17.0 - 2020-02-26
|
||||
* [#907](https://github.com/stripe/stripe-ruby/pull/907) Add `StripeError#idempotent_replayed?`
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
module Stripe
|
||||
VERSION = "5.17.0"
|
||||
VERSION = "5.18.0"
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user