mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-12-16 00:01:18 -05:00
Bump version to 10.1.0-beta.2
This commit is contained in:
parent
eeaa682877
commit
b036d14d27
@ -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`
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
module Stripe
|
||||
VERSION = "10.1.0-beta.1"
|
||||
VERSION = "10.1.0-beta.2"
|
||||
end
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user