From 3aa82a4f1a6d8cd0f5607541124c87e311239bb8 Mon Sep 17 00:00:00 2001 From: aaryan-collab Date: Fri, 10 Jul 2026 13:46:54 +0530 Subject: [PATCH] docs: add ACH exclusion disclaimer to 1.1.0 changelog Clarify that ACH bank-account APIs are not part of the 1.1.0 release, matching iOS changelog parity. --- docs/CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 41a9518..498fdf7 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [1.1.0] - 2026-06-03 +> **ACH is not included in this release.** Version **1.1.0** ships card tokenization, CVV recache, Braintree/Stripe APM, and gateway-specific 3DS only. Bank-account APIs (`SpreedlyBankAccountBottomSheet`, `BankAccountSheet`, `createBankAccount`, etc.) may exist in the repository for internal QA — **merchants must not integrate ACH on 1.1.0**. ACH will be announced under a new version header when it completes QA. + ### Breaking Changes - **`SPLTextField`** (`hostedfields`) — **CARD** and **CVV** require non-null `sdk`; display follows `Spreedly.hostedCardDisplayState`. Removed composable parameters that duplicated SDK display state (`observeHostedCardDisplayState`, `hostedCardDisplayState`, `cardNumberFormat`, `cvvDisplayMasked`). Recompile consumers and pass `sdk` on every CARD/CVV field.