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