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)