Skip to content

Commit

Permalink
Bump version to 12.2.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
prathmesh-stripe committed Jul 5, 2024
1 parent f8aa5a4 commit 4427ba0
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 12.2.0-beta.1 - 2024-07-05
* [#1428](https://github.com/stripe/stripe-ruby/pull/1428) Update generated code for beta
* Add support for new resource `FinancialConnections.Institution`
* Add support for `list` and `retrieve` methods on resource `Institution`
* [#1409](https://github.com/stripe/stripe-ruby/pull/1409) Update generated code for beta


## 12.0.0 - 2024-06-24
* [#1418](https://github.com/stripe/stripe-ruby/pull/1418) Add missing static method for verify on BankAccount
* [#1419](https://github.com/stripe/stripe-ruby/pull/1419)
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
11.7.0-beta.1
12.2.0-beta.1
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 = "11.7.0-beta.1"
VERSION = "12.2.0-beta.1"
end

0 comments on commit 4427ba0

Please sign in to comment.