From ab8704ed3469adc2b7bb8d8c2f7e84a76f8ce27b Mon Sep 17 00:00:00 2001 From: Remi Jannel Date: Tue, 12 Feb 2019 08:54:31 -0800 Subject: [PATCH] Bump version to 4.9.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 c74c4356..78c3ccfb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## 4.9.0 - 2019-02-12 +* [#739](https://github.com/stripe/stripe-ruby/pull/739) Add support for `SubscriptionSchedule` and `SubscriptionScheduleRevision` + ## 4.8.1 - 2019-02-11 * [#743](https://github.com/stripe/stripe-ruby/pull/743) Fix bug in file uploading introduced in #741 diff --git a/VERSION b/VERSION index 697e9939..6ed7776b 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -4.8.1 +4.9.0 diff --git a/lib/stripe/version.rb b/lib/stripe/version.rb index c7e75fda..00bbf32b 100644 --- a/lib/stripe/version.rb +++ b/lib/stripe/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Stripe - VERSION = "4.8.1".freeze + VERSION = "4.9.0".freeze end