Bump version to 5.18.0

This commit is contained in:
Remi Jannel 2020-04-22 12:10:16 -07:00
parent b8c01be32d
commit 1b68611edc
3 changed files with 5 additions and 2 deletions

View File

@ -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?`

View File

@ -1 +1 @@
5.17.0
5.18.0

View File

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