Bump version to 4.2.0

This commit is contained in:
Remi Jannel 2018-11-28 11:42:22 -05:00
parent ed10fc811d
commit b34d527f60
3 changed files with 5 additions and 2 deletions

View File

@ -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

View File

@ -1 +1 @@
4.1.0
4.2.0

View File

@ -1,5 +1,5 @@
# frozen_string_literal: true
module Stripe
VERSION = "4.1.0".freeze
VERSION = "4.2.0".freeze
end