Skip to content

Commit 6225d34

Browse files
Bump version to 12.2.0
1 parent 5424da3 commit 6225d34

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
11
# Changelog
2+
## 12.2.0 - 2024-07-12
3+
* [#1430](https://github.com/stripe/stripe-ruby/pull/1430) Update generated code
4+
5+
* [#1433](https://github.com/stripe/stripe-ruby/pull/1433) Add usage to raw_request call
6+
* [#1431](https://github.com/stripe/stripe-ruby/pull/1431) Add `raw_request`
7+
8+
- Adds the ability to make raw requests to the Stripe API, by providing an HTTP method and url. This is an alternative to using `Stripe::APIResource.request(...)` to make custom requests, which is discouraged and will be broken in a future major version.
9+
210
## 12.1.0 - 2024-07-05
311
* [#1425](https://github.com/stripe/stripe-ruby/pull/1425) Update generated code
412
* Add support for `add_lines`, `remove_lines`, and `update_lines` methods on resource `Invoice`

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
12.1.0
1+
12.2.0

lib/stripe/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module Stripe
4-
VERSION = "12.1.0"
4+
VERSION = "12.2.0"
55
end

0 commit comments

Comments
 (0)