Skip to content

Commit

Permalink
Bump version to 10.1.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pakrym-stripe committed Oct 17, 2023
1 parent cfd9943 commit d4e469f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 10.1.0-beta.1 - 2023-10-17
* [#1284](https://github.com/stripe/stripe-ruby/pull/1284) Update generated code for beta
- Update pinned API version to `2023-10-16`
* [#1282](https://github.com/stripe/stripe-ruby/pull/1282) Update generated code for beta

## 10.0.0 - 2023-10-16
* This release changes the pinned API version to `2023-10-16`. Please read the [API Upgrade Guide](https://stripe.com/docs/upgrades#2023-10-16) and carefully review the API changes before upgrading `stripe-ruby`.
* [#1283](https://github.com/stripe/stripe-ruby/pull/1283) Update generated code
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
9.5.0-beta.2
10.1.0-beta.1
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 = "9.5.0-beta.2"
VERSION = "10.1.0-beta.1"
end

0 comments on commit d4e469f

Please sign in to comment.