Skip to content

Commit

Permalink
Bump version to 5.29.1
Browse files Browse the repository at this point in the history
  • Loading branch information
brandur committed Feb 9, 2021
1 parent c28ee66 commit 512f546
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
5.29.0
5.29.1
2 changes: 1 addition & 1 deletion lib/stripe/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Stripe
VERSION = "5.29.0"
VERSION = "5.29.1"
end

0 comments on commit 512f546

Please sign in to comment.