From 4b6738fca5acac6330bc4585ca1c3268a29c999b Mon Sep 17 00:00:00 2001 From: Dan Toro Date: Thu, 19 Jun 2025 12:48:19 +1000 Subject: [PATCH] Added release notes for react native 3.2.2 and fixed typo in NowReady docs --- docs/Now Ready/Integrate register endpoint.md | 4 +--- docs/Version release notes.md | 14 ++++++++++++++ 2 files changed, 15 insertions(+), 3 deletions(-) diff --git a/docs/Now Ready/Integrate register endpoint.md b/docs/Now Ready/Integrate register endpoint.md index 88a2e074..80c6b235 100644 --- a/docs/Now Ready/Integrate register endpoint.md +++ b/docs/Now Ready/Integrate register endpoint.md @@ -63,10 +63,8 @@ If you’re not sure which region your account is in, please contact us at [help ### API reference + The API specification for Wave API can be found [here](https://events-docs.bluedot.io/#operation/postWaveEvents). ---- -pagination_next: null ---- Generate a NowReady URL ----------------------- diff --git a/docs/Version release notes.md b/docs/Version release notes.md index 4207771b..a15e29c8 100644 --- a/docs/Version release notes.md +++ b/docs/Version release notes.md @@ -7,6 +7,20 @@ pagination_prev: null Version Release Notes ===================== +Release date Jun 18, 2025 +------------------------- + +### Bluedot React Native wrapper 3.2.2 + +**What's New:** + +This release updates the underlying Android Point SDK dependency to version 16.1.1 to resolve a JitPack artifact issue with 16.1.0. No code or functionality has changed. + +If you encountered errors with 16.1.0 in Android, please update to 3.2.2. + +* * * + + Release date Jun 16, 2025 -------------------------