From 61f732c72d73d3aba2e793d0fcd469be5b1172ef Mon Sep 17 00:00:00 2001 From: Rajdeep Nanua Date: Tue, 23 Jan 2024 10:21:04 -0500 Subject: [PATCH] Prepare release 2.12.0 --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d7b944d..030370e2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +# 2.12.0 + +### Other +- [#409](https://github.com/okta/okta-react-native/pull/409) Update signInWithBrowser typescript parameters to include login_hint and prompt. Thanks to [arelstone](https://github.com/arelstone) for this contribution! + +# 2.11.1 + +### Bug Fix +- [#407](https://github.com/okta/okta-react-native/pull/407) Fix createConfig crash in release 2.11.0 on iOS + # 2.11.0 ### Other