diff --git a/CHANGELOG.md b/CHANGELOG.md index a7cd300..a39360e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Unreleased +## 1.5.0 * Fix null values in CRUD entries being reported as strings. * Added support for Swift 6 strict concurrency checking. diff --git a/docs/Release.md b/docs/Release.md index 98c955e..e974ab2 100644 --- a/docs/Release.md +++ b/docs/Release.md @@ -5,5 +5,5 @@ * Confirm every PR you want in the release has been merged into `main`. * Update `CHANGELOG.md` with the changes. * In GitHub actions on GitHub manually run the `Release PowerSync` action. You will be required to update the version and add release notes. - The version string should have the form `1.0.0-beta.x` for beta releases, there should not be a `v` prefix on the tag name. + The version string should have the form `1.0.0`, there should not be a `v` prefix on the tag name. * If the release notes are complicated and don't fit on a single line it is easier to rather update those after the release is completed by updating the release notes in the new release.