diff --git a/CHANGELOG.md b/CHANGELOG.md index e95827c2..de37ceba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,11 @@ # Changelog -## 1.2.1 (pending release) +## 1.2.1 * [Supabase Connector] Fixed issue where only `400` HTTP status code errors where reported as connection errors. The connector now reports errors for codes `>=400`. * Update PowerSync core extension to `0.4.1`, fixing an issue with the new Rust client. * Rust sync client: Fix writes made while offline not being uploaded reliably. +* Add watchOS support. ## 1.2.0 diff --git a/gradle.properties b/gradle.properties index 72a3ad75..774e2a2e 100644 --- a/gradle.properties +++ b/gradle.properties @@ -18,7 +18,7 @@ development=true RELEASE_SIGNING_ENABLED=true # Library config GROUP=com.powersync -LIBRARY_VERSION=1.2.0 +LIBRARY_VERSION=1.2.1 GITHUB_REPO=https://github.com/powersync-ja/powersync-kotlin.git # POM POM_URL=https://github.com/powersync-ja/powersync-kotlin/