Bump version to 3.29.0

This commit is contained in:
Remi Jannel 2018-10-30 10:48:15 -07:00
parent 4cee6fdb1b
commit d62f12f277
3 changed files with 6 additions and 2 deletions

View File

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

View File

@ -1 +1 @@
3.28.0
3.29.0

View File

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