Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion Sources/PowerSync/CurrentVersion.swift
Original file line number Diff line number Diff line change
@@ -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"