From 76227029e7114e790239cd02adbfa07efcf60b62 Mon Sep 17 00:00:00 2001 From: Annie Li Date: Thu, 5 Oct 2023 11:01:21 -0700 Subject: [PATCH] Bump version to 9.4.0 --- CHANGELOG.md | 5 +++++ VERSION | 2 +- lib/stripe/version.rb | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b8f2f77ee..38a7f0c26 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,9 @@ # Changelog +## 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` + ## 9.3.0 - 2023-09-14 * [#1272](https://github.com/stripe/stripe-ruby/pull/1272) Update generated code * Add support for new resource `PaymentMethodConfiguration` diff --git a/VERSION b/VERSION index b13d146a7..8148c5594 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -9.3.0 +9.4.0 diff --git a/lib/stripe/version.rb b/lib/stripe/version.rb index ef5e2e87a..9c195ff45 100644 --- a/lib/stripe/version.rb +++ b/lib/stripe/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Stripe - VERSION = "9.3.0" + VERSION = "9.4.0" end