Skip to content

Commit

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

## 13.3.0-beta.2 - 2024-12-05
* [#1492](https://github.com/stripe/stripe-ruby/pull/1492) Update generated code for beta

* [#1490](https://github.com/stripe/stripe-ruby/pull/1490) Add explicit attributes for fields in resources, and rbis for resources

## 13.3.0-beta.1 - 2024-11-21
* [#1489](https://github.com/stripe/stripe-ruby/pull/1489) Merging code from master to get the latest bug fixes.

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
13.3.0-beta.1
13.3.0-beta.2
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.3.0-beta.1"
VERSION = "13.3.0-beta.2"
end

0 comments on commit 0473767

Please sign in to comment.