mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-11-27 00:03:06 -05:00
Bump version to 3.27.0
This commit is contained in:
parent
e20b44d5da
commit
6237a28b87
@ -1,5 +1,8 @@
|
||||
# Changelog
|
||||
|
||||
## 3.27.0 - 2018-09-24
|
||||
* [#689](https://github.com/stripe/stripe-ruby/pull/689) Rename `FileUpload` to `File`
|
||||
|
||||
## 3.26.1 - 2018-09-14
|
||||
* [#688](https://github.com/stripe/stripe-ruby/pull/688) Fix hash equality on `StripeObject`
|
||||
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
module Stripe
|
||||
VERSION = "3.26.1".freeze
|
||||
VERSION = "3.27.0".freeze
|
||||
end
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user