From 5c5c0a82ba4e9750cd967ce1c40b361ab0342b0f Mon Sep 17 00:00:00 2001 From: Richard Marmorstein Date: Mon, 22 Feb 2021 09:28:24 -0500 Subject: [PATCH] Bump version to 5.30.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 966425e0..57465199 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## 5.30.0 - 2021-02-22 +* [#965](https://github.com/stripe/stripe-ruby/pull/965) Add support for the Billing Portal Configuration API + ## 5.29.1 - 2021-02-09 * [#964](https://github.com/stripe/stripe-ruby/pull/964) Fix return value of `Customer#delete_discount` diff --git a/VERSION b/VERSION index 8becc252..148cf618 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -5.29.1 +5.30.0 diff --git a/lib/stripe/version.rb b/lib/stripe/version.rb index a996a2c0..b24e2c64 100644 --- a/lib/stripe/version.rb +++ b/lib/stripe/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Stripe - VERSION = "5.29.1" + VERSION = "5.30.0" end