Bump version to 3.30.0

This commit is contained in:
Remi Jannel 2018-11-08 17:41:11 -08:00
parent a53e7d9f68
commit e2f4fa23d0
3 changed files with 5 additions and 2 deletions

View File

@ -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

View File

@ -1 +1 @@
3.29.0
3.30.0

View File

@ -1,5 +1,5 @@
# frozen_string_literal: true
module Stripe
VERSION = "3.29.0".freeze
VERSION = "3.30.0".freeze
end