mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-11-27 00:03:06 -05:00
Bump version to 13.0.1
This commit is contained in:
parent
95f4c9d231
commit
a2e2881c7c
@ -1,4 +1,10 @@
|
||||
# Changelog
|
||||
## 13.0.1 - 2024-10-18
|
||||
* [#1471](https://github.com/stripe/stripe-ruby/pull/1471) update object tags for meter-related classes
|
||||
|
||||
- fixes a bug where the `object` property of the `MeterEvent`, `MeterEventAdjustment`, and `MeterEventSession` didn't match the server.
|
||||
* [#1470](https://github.com/stripe/stripe-ruby/pull/1470) Cleaned up examples and added documentation
|
||||
|
||||
## 13.0.0 - 2024-10-01
|
||||
* [#1458](https://github.com/stripe/stripe-ruby/pull/1458) Support for APIs in the new API version 2024-09-30.acacia
|
||||
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
module Stripe
|
||||
VERSION = "13.0.0"
|
||||
VERSION = "13.0.1"
|
||||
end
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user