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