From 2ac9f3b14367ea26bdca8625a2082530189a7771 Mon Sep 17 00:00:00 2001 From: stevensJourney Date: Fri, 12 Dec 2025 10:32:08 +0200 Subject: [PATCH] v1.10.0 --- CHANGELOG.md | 2 +- gradle.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b5e0c485..16ff6f67 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## 1.10.0 (unreleased) +## 1.10.0 - Add `appMetadata` parameter to `PowerSyncDatabase.connect()` to include application metadata in sync requests. This metadata is merged into sync requests and displayed in PowerSync service logs. diff --git a/gradle.properties b/gradle.properties index cd92fe66..ac71b108 100644 --- a/gradle.properties +++ b/gradle.properties @@ -19,7 +19,7 @@ development=true RELEASE_SIGNING_ENABLED=true # Library config GROUP=com.powersync -LIBRARY_VERSION=1.9.0 +LIBRARY_VERSION=1.10.0 GITHUB_REPO=https://github.com/powersync-ja/powersync-kotlin.git # POM POM_URL=https://github.com/powersync-ja/powersync-kotlin/