From fda6cd45be273e4278b50961c9ebdefb82e2e9f4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 19 Aug 2026 10:00:00 +0000 Subject: [PATCH] chore(2.x): release 2.23.0 --- .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 a3fa35b4..5a3fbc43 100644 --- a/.github/.release-please-manifest.json +++ b/.github/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.22.1" + ".": "2.23.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 6150aab2..b7d1b2b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.23.0](https://github.com/cycle/database/compare/2.22.1...2.23.0) (2026-08-19) + + +### Features + +* add `Database::getSchemas()` ([#265](https://github.com/cycle/database/issues/265)) ([6a9cf21](https://github.com/cycle/database/commit/6a9cf21423640df2f7b8c6e653e93d07a9123f42)) + ## [2.22.1](https://github.com/cycle/database/compare/2.22.0...2.22.1) (2026-08-11)