diff --git a/.github/.release-please-manifest.json b/.github/.release-please-manifest.json index d7786c12..b2fedd0a 100644 --- a/.github/.release-please-manifest.json +++ b/.github/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.21.0" + ".": "2.22.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c70b29a..5d13d1db 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.22.0](https://github.com/cycle/database/compare/2.21.0...2.22.0) (2026-08-09) + + +### Features + +* **SQLite:** support the RETURNING clause on INSERT/UPSERT ([#260](https://github.com/cycle/database/issues/260)) ([4d85c6f](https://github.com/cycle/database/commit/4d85c6ffae84cb2f9d39a2b719720d9a81b488bc)) + ## [2.21.0](https://github.com/cycle/database/compare/2.20.0...2.21.0) (2026-06-24)