From 722879a9d9d147b5028cc591bc660c5a532c8201 Mon Sep 17 00:00:00 2001 From: Ian Jabour <58703040+ianjabour-stripe@users.noreply.github.com> Date: Fri, 15 Sep 2023 11:46:38 -0700 Subject: [PATCH] [skip actions] changelog for v0.32.0 (#1506) --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3730e0c67..869e4db43 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Unreleased +## 0.32.0 - 2023-09-15 + **Features** - `createPlatformPayPaymentMethod` and `createPlatformPayToken` now also include an optional `shippingContact` field in their results. [#1500](https://github.com/stripe/stripe-react-native/pull/1500)