Bump version to 11.5.0

This commit is contained in:
Prathmesh Ranaut 2024-05-23 16:24:09 -04:00
parent 996b7eab0e
commit 076a685685
3 changed files with 5 additions and 2 deletions

View File

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

View File

@ -1 +1 @@
11.4.0
11.5.0

View File

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