diff --git a/CHANGELOG.md b/CHANGELOG.md index 42e32b7e..3ef3acb8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 1.0.0-BETA8 + +* Disable Skie `SuspendInterop` plugin to fix overriding `suspend` functions in Swift + ## 1.0.0-BETA7 * Update supabase connector to use supabase-kt version 3 diff --git a/gradle.properties b/gradle.properties index 2188d2ad..931868e4 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-BETA7 +LIBRARY_VERSION=1.0.0-BETA8 GITHUB_REPO=https://github.com/powersync-ja/powersync-kotlin.git # POM POM_URL=https://github.com/powersync-ja/powersync-kotlin/