From 076a6856852b3b858ae29945191e17e7bd34f40e Mon Sep 17 00:00:00 2001 From: Prathmesh Ranaut Date: Thu, 23 May 2024 16:24:09 -0400 Subject: [PATCH] Bump version to 11.5.0 --- CHANGELOG.md | 3 +++ VERSION | 2 +- lib/stripe/version.rb | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f074fd12a..f24db4fb5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,7 @@ # Changelog +## 11.5.0 - 2024-05-23 +* [#999](https://github.com/stripe/stripe-ruby/pull/999) DESCRIBE CHANGES HERE (try to use the same style, tense, etc. as the other entries) + ## 11.4.0 - 2024-05-09 * [#1397](https://github.com/stripe/stripe-ruby/pull/1397) Update generated code * Add support for `update` test helper method on resources `Treasury.OutboundPayment` and `Treasury.OutboundTransfer` diff --git a/VERSION b/VERSION index 72773deb8..7ef698131 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -11.4.0 +11.5.0 diff --git a/lib/stripe/version.rb b/lib/stripe/version.rb index a822702b3..f6677893c 100644 --- a/lib/stripe/version.rb +++ b/lib/stripe/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Stripe - VERSION = "11.4.0" + VERSION = "11.5.0" end