Skip to content

Commit

Permalink
Bump version to 10.1.0-beta.2
Browse files Browse the repository at this point in the history
  • Loading branch information
anniel-stripe committed Oct 26, 2023
1 parent eeaa682 commit b036d14
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

## 10.1.0-beta.2 - 2023-10-26
* [#1285](https://github.com/stripe/stripe-ruby/pull/1285) Update generated code for beta
* Add support for new resource `Margin`
* Add support for `create`, `list`, `retrieve`, and `update` methods on resource `Margin`

## 10.1.0-beta.1 - 2023-10-17
* [#1284](https://github.com/stripe/stripe-ruby/pull/1284) Update generated code for beta
- Update pinned API version to `2023-10-16`
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
10.1.0-beta.1
10.1.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 = "10.1.0-beta.1"
VERSION = "10.1.0-beta.2"
end

0 comments on commit b036d14

Please sign in to comment.