mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-11-28 00:02:45 -05:00
Bump version to 3.30.0
This commit is contained in:
parent
a53e7d9f68
commit
e2f4fa23d0
@ -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
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
module Stripe
|
||||
VERSION = "3.29.0".freeze
|
||||
VERSION = "3.30.0".freeze
|
||||
end
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user