diff --git a/CHANGELOG.md b/CHANGELOG.md index c630494..6fbf47e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Unreleased +## 1.15.0 * `PowerSyncDatabase(dbFilename:)` now accepts an absolute path (starting with `/`), used as-is so the database can live in an App Group container shared with app extensions. diff --git a/Sources/PowerSync/CurrentVersion.swift b/Sources/PowerSync/CurrentVersion.swift index 82991a3..7ebfbd0 100644 --- a/Sources/PowerSync/CurrentVersion.swift +++ b/Sources/PowerSync/CurrentVersion.swift @@ -1,2 +1,2 @@ // The current version of the PowerSync Swift SDK. This should be updated to the latest version in `CHANGELOG.md` when a new version is released. -let libraryVersion = "1.14.4" +let libraryVersion = "1.15.0"