From ae7eb949152729ad1ca42160e5acce80b6a3c809 Mon Sep 17 00:00:00 2001 From: DominicGBauer Date: Wed, 16 Oct 2024 17:16:51 +0200 Subject: [PATCH] chore: release beta 5 --- CHANGELOG.md | 7 ++++++- gradle.properties | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 57014f06..27f7ee1a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,15 @@ # Changelog + +## 1.0.0-BETA5 + +* Fix `hasSynced` not updating after `disconnectAndClear` +* Fix error being thrown in iOS app launch + ## 1.0.0-BETA4 * Fix sync status being reset when `update` function is run - ## 1.0.0-BETA3 * Add `waitForFirstSync` function - which resolves after the initial sync is completed diff --git a/gradle.properties b/gradle.properties index d3cf4c50..076adac7 100644 --- a/gradle.properties +++ b/gradle.properties @@ -17,7 +17,7 @@ development=true RELEASE_SIGNING_ENABLED=true # Library config GROUP=com.powersync -LIBRARY_VERSION=1.0.0-BETA4 +LIBRARY_VERSION=1.0.0-BETA5 GITHUB_REPO=https://github.com/powersync-ja/powersync-kotlin.git # POM POM_URL=https://github.com/powersync-ja/powersync-kotlin/