Skip to content

Commit 642b5d6

Browse files
Release 3.4.0-rc.5 (#398)
feat: bump podspec to rc5
1 parent e553cb8 commit 642b5d6

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 3.4.0-rc.5 - August 18, 2025
4+
5+
- [AC]: Ensure `customer` is attached to cart only when not requested in payment sheet (#385)
6+
- [AC]: Remove wrapper enum on PayWithApplePayButton by @kieran-osgood-shopify in https://github.com/Shopify/checkout-sheet-kit-swift/pull/390
7+
- [AC]: Add support for OSLogger by @kieran-osgood-shopify in https://github.com/Shopify/checkout-sheet-kit-swift/pull/383
8+
39
## 3.4.0-rc.4 - August 14, 2025
410

511
- [AC]: Widen supported iOS versions to include iOS16 by @kieran-osgood-shopify in https://github.com/Shopify/checkout-sheet-kit-swift/pull/376

ShopifyCheckoutSheetKit.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Pod::Spec.new do |s|
2-
s.version = "3.4.0-rc.4"
2+
s.version = "3.4.0-rc.5"
33

44
s.name = "ShopifyCheckoutSheetKit"
55
s.summary = "Enables Swift apps to embed the Shopify's highest converting, customizable, one-page checkout."

0 commit comments

Comments
 (0)