From 9cb048b0536a8df50df8cd9757382f4dd7c6b8c5 Mon Sep 17 00:00:00 2001 From: Pavel Krymets Date: Mon, 16 Oct 2023 13:31:32 -0700 Subject: [PATCH] Bump version to 10.0.0 --- CHANGELOG.md | 11 +++++++++-- VERSION | 2 +- lib/stripe/version.rb | 2 +- 3 files changed, 11 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 38a7f0c2..1a369944 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,15 @@ # Changelog +## 10.0.0 - 2023-10-16 +* This release changes the pinned API version to `2023-10-16`. Please read the [API Upgrade Guide](https://stripe.com/docs/upgrades#2023-10-16) and carefully review the API changes before upgrading `stripe-ruby`. +* [#1283](https://github.com/stripe/stripe-ruby/pull/1283) Update generated code + - Updated pinned API version +* [#1281](https://github.com/stripe/stripe-ruby/pull/1281) Update generated code + * Documentation only changes + ## 9.4.0 - 2023-10-05 * [#1277](https://github.com/stripe/stripe-ruby/pull/1277) Update generated code - * Add support for new resources `Issuing.Token` - * Add support for `list`, `retrieve`, and `update` methods on resource `Token` + * Add support for new resources `Issuing.Token` + * Add support for `list`, `retrieve`, and `update` methods on resource `Token` ## 9.3.0 - 2023-09-14 * [#1272](https://github.com/stripe/stripe-ruby/pull/1272) Update generated code diff --git a/VERSION b/VERSION index 8148c559..a13e7b9c 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -9.4.0 +10.0.0 diff --git a/lib/stripe/version.rb b/lib/stripe/version.rb index 9c195ff4..0ced2ede 100644 --- a/lib/stripe/version.rb +++ b/lib/stripe/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Stripe - VERSION = "9.4.0" + VERSION = "10.0.0" end