Bump version to 4.18.0

This commit is contained in:
Olivier Bellone 2019-05-23 17:41:31 -07:00
parent f68fb25b83
commit 7fa3585e82
No known key found for this signature in database
GPG Key ID: 11E77E3AA0C40303
3 changed files with 5 additions and 2 deletions

View File

@ -1,5 +1,8 @@
# Changelog
## 4.18.0 - 2019-05-23
* [#783](https://github.com/stripe/stripe-ruby/pull/783) Add support for `radar.early_fraud_warning` resource
## 4.17.0 - 2019-05-14
* [#779](https://github.com/stripe/stripe-ruby/pull/779) Add support for the Capability resource and APIs

View File

@ -1 +1 @@
4.17.0
4.18.0

View File

@ -1,5 +1,5 @@
# frozen_string_literal: true
module Stripe
VERSION = "4.17.0".freeze
VERSION = "4.18.0".freeze
end