From 92d8984cb786fd98e2e1a39ab39157d6c6a6efab Mon Sep 17 00:00:00 2001 From: Elliot Scribner Date: Thu, 29 May 2025 11:03:06 -0700 Subject: [PATCH] Added `v0.6.0` release notes --- docs/ProductNotes/release-notes.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/ProductNotes/release-notes.md b/docs/ProductNotes/release-notes.md index 4cbe352..568c7f4 100644 --- a/docs/ProductNotes/release-notes.md +++ b/docs/ProductNotes/release-notes.md @@ -4,6 +4,12 @@ sidebar_position: 1 --- # Release Notes +**0.6.0** +- Implemented [Collection Change Listeners](https://github.com/Couchbase-Ecosystem/cbl-reactnative/pull/54) on Android +- Implemented [Query Change Listeners](https://github.com/Couchbase-Ecosystem/cbl-reactnative/pull/55) on Android +- Fixed data adapter issues and improved testing +- Fixed [issue](https://github.com/Couchbase-Ecosystem/cbl-reactnative/issues/38) related to collection `getDocument` always pulling blob content + **0.5.0** - Implemented Collection Document Change - Implemented Query Change Listener (Live Query)