Skip to content

Commit a39bc69

Browse files
committed
Bump version to 17.2.0
1 parent 0b379f0 commit a39bc69

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
# Changelog
2+
## 17.2.0 - 2025-11-05
3+
* [#1721](https://github.com/stripe/stripe-ruby/pull/1721) Update generated code
4+
* Add support for `capture_method` on `PaymentIntent::PaymentMethodOption::CardPresent`, `PaymentIntentConfirmParams::PaymentMethodOption::CardPresent`, `PaymentIntentCreateParams::PaymentMethodOption::CardPresent`, and `PaymentIntentUpdateParams::PaymentMethodOption::CardPresent`
5+
26
## 17.1.0 - 2025-10-29
37

48
This release changes the pinned API version to `2025-10-29.clover`.

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
17.1.0
1+
17.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 = "17.1.0"
4+
VERSION = "17.2.0"
55
end

0 commit comments

Comments
 (0)