Skip to content

Commit

Permalink
Bump version to 11.1.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ramya-stripe committed Apr 12, 2024
1 parent 61aba5d commit a49aa2d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,9 @@
# Changelog

## 11.1.0-beta.1 - 2024-04-11
* [#1376](https://github.com/stripe/stripe-ruby/pull/1376) Update generated code for beta
* Add support for `retrieve` method on resources `Entitlements.ActiveEntitlement` and `Entitlements.Feature`

## 11.0.0 - 2024-04-10

- [#1374](https://github.com/stripe/stripe-ruby/pull/1374)
Expand Down
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
10.15.0-beta.1
11.1.0-beta.1
2 changes: 1 addition & 1 deletion lib/stripe/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Stripe
VERSION = "10.15.0-beta.1"
VERSION = "11.1.0-beta.1"
end

0 comments on commit a49aa2d

Please sign in to comment.