Skip to content

Commit 4bfaa3b

Browse files
authored
Prepare 1.2.1 release (#209)
1 parent 015988c commit 4bfaa3b

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
# Changelog
22

3-
## 1.2.1 (pending release)
3+
## 1.2.1
44

55
* [Supabase Connector] Fixed issue where only `400` HTTP status code errors where reported as connection errors. The connector now reports errors for codes `>=400`.
66
* Update PowerSync core extension to `0.4.1`, fixing an issue with the new Rust client.
77
* Rust sync client: Fix writes made while offline not being uploaded reliably.
8+
* Add watchOS support.
89

910
## 1.2.0
1011

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ development=true
1818
RELEASE_SIGNING_ENABLED=true
1919
# Library config
2020
GROUP=com.powersync
21-
LIBRARY_VERSION=1.2.0
21+
LIBRARY_VERSION=1.2.1
2222
GITHUB_REPO=https://github.com/powersync-ja/powersync-kotlin.git
2323
# POM
2424
POM_URL=https://github.com/powersync-ja/powersync-kotlin/

0 commit comments

Comments
 (0)