diff --git a/CHANGELOG.md b/CHANGELOG.md index fc63b1bd..67451ace 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## 0.4.2 + + - Improve HTTP error messages. + - Enable SQLite recursive triggers. + - Support overriding view names. + - Validate schema definitions for duplicates. + + ## 0.4.1 - Use Apache 2.0 license. diff --git a/pubspec.yaml b/pubspec.yaml index 750a95d0..90bafd9f 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: powersync -version: 0.4.1 +version: 0.4.2 homepage: https://powersync.co repository: https://github.com/journeyapps/powersync.dart description: PowerSync Flutter SDK - keep PostgreSQL databases in sync with on-device SQLite databases.