From 029a73e24f5731b4bda029fd671ee7525cb31ca2 Mon Sep 17 00:00:00 2001 From: Ian Jabour <58703040+ianjabour-stripe@users.noreply.github.com> Date: Fri, 22 Sep 2023 11:37:32 -0700 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e138c867..9049d575e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Unreleased +## 0.33.0 - 2023-09-22 + **Features** - Added the `amount` and `label` params to `initPaymentSheet`'s `googlePay` field configuration. Use this to diplay the amount for setup intents.