Skip to content

Commit

Permalink
Bump version to 13.4.0-beta.4
Browse files Browse the repository at this point in the history
  • Loading branch information
prathmesh-stripe committed Jan 23, 2025
1 parent 601cc26 commit 012de92
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 13.4.0-beta.4 - 2025-01-23
* [#1523](https://github.com/stripe/stripe-ruby/pull/1523) Update generated code for beta
* Removed support for `stripe_account` from `Stripe::Terminal::Reader`. Use `account` instead.

## 13.4.0-beta.3 - 2025-01-17
* [#1514](https://github.com/stripe/stripe-ruby/pull/1514) Update generated code for beta

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
13.4.0-beta.3
13.4.0-beta.4
2 changes: 1 addition & 1 deletion lib/stripe/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Stripe
VERSION = "13.4.0-beta.3"
VERSION = "13.4.0-beta.4"
end

0 comments on commit 012de92

Please sign in to comment.