mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-10-04 00:00:47 -04:00
Bump version to 5.29.0
This commit is contained in:
parent
06bcc863b0
commit
7d460450cc
@ -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+
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
module Stripe
|
||||
VERSION = "5.28.0"
|
||||
VERSION = "5.29.0"
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user