Skip to content

Commit

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

## 13.4.0-beta.1 - 2024-12-20
* Support parameter and resource fields with typed RBIs
* [#1509](https://github.com/stripe/stripe-ruby/pull/1509) (beta) Publish RBIs with gem
* [#1505](https://github.com/stripe/stripe-ruby/pull/1505) Add method parameter type classes to all resources and services

* Add method parameter classes for all resources and service methods.
* These changes are NOT breaking and are purely additive. The method parameter classes are not required, we still accept hashes as well as the new `RequestParams` classes. Any additional gated parameters are still available to pass via hash. Resource fields define publicly documented fields and other deserialized fields are still accessible.

## 13.3.0-beta.3 - 2024-12-12
* [#1499](https://github.com/stripe/stripe-ruby/pull/1499) Update generated code for beta
* Add support for `AllowRedisplay` on `Card` and `Source`
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.3
13.4.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 = "13.3.0-beta.3"
VERSION = "13.4.0-beta.1"
end

0 comments on commit c37e8c0

Please sign in to comment.