From b34d527f602bf27a3e9e69cea38494f305113a46 Mon Sep 17 00:00:00 2001 From: Remi Jannel Date: Wed, 28 Nov 2018 11:42:22 -0500 Subject: [PATCH] Bump version to 4.2.0 --- CHANGELOG.md | 3 +++ VERSION | 2 +- lib/stripe/version.rb | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) 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