Skip to content

Commit

Permalink
Bump version to 11.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
prathmesh-stripe committed May 23, 2024
1 parent 996b7ea commit 076a685
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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`
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
11.4.0
11.5.0
2 changes: 1 addition & 1 deletion lib/stripe/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Stripe
VERSION = "11.4.0"
VERSION = "11.5.0"
end

0 comments on commit 076a685

Please sign in to comment.