From 37f30b85b2c7d91da0e16bbf5223e7cdbd2fa94b Mon Sep 17 00:00:00 2001 From: Helen Ye Date: Thu, 12 Sep 2024 18:06:30 -0400 Subject: [PATCH] Bump version to 12.6.0 --- CHANGELOG.md | 6 ++++++ VERSION | 2 +- lib/stripe/version.rb | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c185e17f..bdaf82da 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,10 @@ # Changelog +## 12.6.0 - 2024-09-12 +* [#1442](https://github.com/stripe/stripe-ruby/pull/1442) Update generated code + * Add support for new resource `InvoiceRenderingTemplate` + * Add support for `archive`, `list`, `retrieve`, and `unarchive` methods on resource `InvoiceRenderingTemplate` +* [#1443](https://github.com/stripe/stripe-ruby/pull/1443) Removed v1/files override + ## 12.5.0 - 2024-08-08 * [#1440](https://github.com/stripe/stripe-ruby/pull/1440) Update generated code * Add support for new resources `Billing.AlertTriggered` and `Billing.Alert` diff --git a/VERSION b/VERSION index b7d7205d..062985d4 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -12.5.0 +12.6.0 diff --git a/lib/stripe/version.rb b/lib/stripe/version.rb index e8b6ff40..f15a4391 100644 --- a/lib/stripe/version.rb +++ b/lib/stripe/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Stripe - VERSION = "12.5.0" + VERSION = "12.6.0" end