diff --git a/.github/.release-please-manifest.json b/.github/.release-please-manifest.json index b2fedd0a..a3fa35b4 100644 --- a/.github/.release-please-manifest.json +++ b/.github/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.22.0" + ".": "2.22.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d13d1db..6150aab2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.22.1](https://github.com/cycle/database/compare/2.22.0...2.22.1) (2026-08-11) + + +### Performance Improvements + +* **Schema:** batch table introspection queries ([#262](https://github.com/cycle/database/issues/262)) ([7e2d488](https://github.com/cycle/database/commit/7e2d488e9860ba2160bf30fd62167426b58f4f61)) + ## [2.22.0](https://github.com/cycle/database/compare/2.21.0...2.22.0) (2026-08-09)