Bump version to 3.14.0

This commit is contained in:
Brandur 2018-05-09 14:56:01 -07:00
parent 6ce45193d2
commit 40e4883ddc
3 changed files with 5 additions and 2 deletions

View File

@ -1,5 +1,8 @@
# Changelog
## 3.14.0 - 2018-05-09
* [#645](https://github.com/stripe/stripe-ruby/pull/645) Add support for issuer fraud records
## 3.13.1 - 2018-05-07
* [#647](https://github.com/stripe/stripe-ruby/pull/647) Merge query parameters coming from path with `params` argument

View File

@ -1 +1 @@
3.13.1
3.14.0

View File

@ -1,3 +1,3 @@
module Stripe
VERSION = "3.13.1".freeze
VERSION = "3.14.0".freeze
end