From e2f4fa23d09805f06b3ab99b3e4ab6bf4a93cdf2 Mon Sep 17 00:00:00 2001 From: Remi Jannel Date: Thu, 8 Nov 2018 17:41:11 -0800 Subject: [PATCH] Bump version to 3.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 a70b9dad..e261df09 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## 3.30.0 - 2018-11-08 +* [#693](https://github.com/stripe/stripe-ruby/pull/693) Add new API endpoints for the `Invoice` resource. + ## 3.29.0 - 2018-10-30 * [#692](https://github.com/stripe/stripe-ruby/pull/692) Add support for the `Person` resource * [#694](https://github.com/stripe/stripe-ruby/pull/694) Add support for the `WebhookEndpoint` resource diff --git a/VERSION b/VERSION index c7c97732..1cfe511a 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.29.0 +3.30.0 diff --git a/lib/stripe/version.rb b/lib/stripe/version.rb index eff1d424..f738fa9a 100644 --- a/lib/stripe/version.rb +++ b/lib/stripe/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Stripe - VERSION = "3.29.0".freeze + VERSION = "3.30.0".freeze end