Bump version to 13.0.1

This commit is contained in:
David Brownman 2024-10-18 11:42:37 -07:00
parent 95f4c9d231
commit a2e2881c7c
3 changed files with 8 additions and 2 deletions

View File

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

View File

@ -1 +1 @@
13.0.0
13.0.1

View File

@ -1,5 +1,5 @@
# frozen_string_literal: true
module Stripe
VERSION = "13.0.0"
VERSION = "13.0.1"
end