From 032adfdd67af1410028de936cde6fd2203c7e745 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 11 Aug 2026 09:54:57 +0000 Subject: [PATCH] chore(2.x): release 2.22.1 --- .github/.release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) 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)