Bump version to 5.29.0

This commit is contained in:
Brandur 2021-01-05 13:38:23 -08:00
parent 06bcc863b0
commit 7d460450cc
3 changed files with 5 additions and 2 deletions

View File

@ -1,5 +1,8 @@
# Changelog
## 5.29.0 - 2021-01-05
* [#952](https://github.com/stripe/stripe-ruby/pull/952) Allow client_id configuration on instance config
## 5.28.0 - 2020-10-14
* [#950](https://github.com/stripe/stripe-ruby/pull/950) Add configuration option for `write_timeout` for connections on Ruby 2.6+

View File

@ -1 +1 @@
5.28.0
5.29.0

View File

@ -1,5 +1,5 @@
# frozen_string_literal: true
module Stripe
VERSION = "5.28.0"
VERSION = "5.29.0"
end