Bump version to 10.1.0-beta.2

This commit is contained in:
Annie Li 2023-10-26 12:49:50 -07:00
parent eeaa682877
commit b036d14d27
3 changed files with 7 additions and 2 deletions

View File

@ -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`

View File

@ -1 +1 @@
10.1.0-beta.1
10.1.0-beta.2

View File

@ -1,5 +1,5 @@
# frozen_string_literal: true
module Stripe
VERSION = "10.1.0-beta.1"
VERSION = "10.1.0-beta.2"
end