diff --git a/CHANGELOG.md b/CHANGELOG.md index afaf4879..7bc58f6e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/VERSION b/VERSION index ee74734a..6aba2b24 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -4.1.0 +4.2.0 diff --git a/lib/stripe/version.rb b/lib/stripe/version.rb index b3f0340c..4a9990e2 100644 --- a/lib/stripe/version.rb +++ b/lib/stripe/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Stripe - VERSION = "4.1.0".freeze + VERSION = "4.2.0".freeze end