mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-12-07 00:00:35 -05:00
Bump version to 5.29.1
This commit is contained in:
parent
c28ee66a14
commit
512f5464d0
@ -1,5 +1,8 @@
|
||||
# Changelog
|
||||
|
||||
## 5.29.1 - 2021-02-09
|
||||
* [#964](https://github.com/stripe/stripe-ruby/pull/964) Fix return value of `Customer#delete_discount`
|
||||
|
||||
## 5.29.0 - 2021-01-05
|
||||
* [#952](https://github.com/stripe/stripe-ruby/pull/952) Allow client_id configuration on instance config
|
||||
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
module Stripe
|
||||
VERSION = "5.29.0"
|
||||
VERSION = "5.29.1"
|
||||
end
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user