mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-10-04 00:00:47 -04:00
Bump version to 3.15.0
This commit is contained in:
parent
ec66c3f0f4
commit
e8b272653e
@ -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
|
||||
|
||||
|
@ -1,5 +1,3 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
module Stripe
|
||||
VERSION = "3.14.0".freeze
|
||||
VERSION = "3.15.0".freeze
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user