mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-12-02 00:01:00 -05:00
Bump version to 3.29.0
This commit is contained in:
parent
4cee6fdb1b
commit
d62f12f277
@ -1,5 +1,9 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 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
|
||||||
|
|
||||||
## 3.28.0 - 2018-09-24
|
## 3.28.0 - 2018-09-24
|
||||||
* [#690](https://github.com/stripe/stripe-ruby/pull/690) Add support for Stripe Terminal
|
* [#690](https://github.com/stripe/stripe-ruby/pull/690) Add support for Stripe Terminal
|
||||||
|
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
|
|
||||||
module Stripe
|
module Stripe
|
||||||
VERSION = "3.28.0".freeze
|
VERSION = "3.29.0".freeze
|
||||||
end
|
end
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user