diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d9396b1..9f8c327d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,14 @@ # Changelog -## 1.4.0 (unreleased) +## 1.4.0 * Added the ability to log PowerSync service HTTP request information via specifying a `SyncClientConfiguration` in the `SyncOptions.clientConfiguration` parameter used in `PowerSyncDatabase.connect()` calls. * `CrudEntry`: Introduce `SqliteRow` interface for `opData` and `previousValues`, providing typed access to the underlying values. +* Update core extension to 0.4.2, fixing a bug where `hasSynced` would turn `false` when losing + connectivity. ## 1.3.1 diff --git a/gradle.properties b/gradle.properties index a2b78388..6380f8e4 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.3.1 +LIBRARY_VERSION=1.4.0 GITHUB_REPO=https://github.com/powersync-ja/powersync-kotlin.git # POM POM_URL=https://github.com/powersync-ja/powersync-kotlin/