Bump version to 5.29.1

This commit is contained in:
Brandur 2021-02-09 09:51:31 -08:00
parent c28ee66a14
commit 512f5464d0
3 changed files with 5 additions and 2 deletions

View File

@ -1,5 +1,8 @@
# Changelog # 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 ## 5.29.0 - 2021-01-05
* [#952](https://github.com/stripe/stripe-ruby/pull/952) Allow client_id configuration on instance config * [#952](https://github.com/stripe/stripe-ruby/pull/952) Allow client_id configuration on instance config

View File

@ -1 +1 @@
5.29.0 5.29.1

View File

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