mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-11-27 00:03:06 -05:00
Bump version to 4.2.0
This commit is contained in:
parent
ed10fc811d
commit
b34d527f60
@ -1,5 +1,8 @@
|
||||
# Changelog
|
||||
|
||||
## 4.2.0 - 2018-11-28
|
||||
* [#705](https://github.com/stripe/stripe-ruby/pull/705) Add support for the `Review` APIs
|
||||
|
||||
## 4.1.0 - 2018-11-27
|
||||
* [#695](https://github.com/stripe/stripe-ruby/pull/695) Add support for `ValueList` and `ValueListItem` for Radar
|
||||
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
module Stripe
|
||||
VERSION = "4.1.0".freeze
|
||||
VERSION = "4.2.0".freeze
|
||||
end
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user