Bump version to 3.15.0

This commit is contained in:
Brandur 2018-05-10 15:42:50 -07:00
parent ec66c3f0f4
commit e8b272653e
3 changed files with 5 additions and 4 deletions

View File

@ -1,5 +1,8 @@
# Changelog
## 3.15.0 - 2018-05-10
* [#649](https://github.com/stripe/stripe-ruby/pull/649) Freeze all string literals
## 3.14.0 - 2018-05-09
* [#645](https://github.com/stripe/stripe-ruby/pull/645) Add support for issuer fraud records

View File

@ -1 +1 @@
3.14.0
3.15.0

View File

@ -1,5 +1,3 @@
# frozen_string_literal: true
module Stripe
VERSION = "3.14.0".freeze
VERSION = "3.15.0".freeze
end