From b97888793a5534ac85106af0d22d5276a596c6cb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 18 Sep 2026 16:23:27 +0000 Subject: [PATCH] chore(2.x): release 2.23.2 --- .github/.release-please-manifest.json | 2 +- CHANGELOG.md | 12 ++++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/.github/.release-please-manifest.json b/.github/.release-please-manifest.json index 0515b3db..ad22b182 100644 --- a/.github/.release-please-manifest.json +++ b/.github/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.23.1" + ".": "2.23.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 71a54b77..e83148d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [2.23.2](https://github.com/cycle/database/compare/2.23.1...2.23.2) (2026-09-18) + + +### Bug Fixes + +* **Driver:** classify exceptions by SQLSTATE before the message ([#270](https://github.com/cycle/database/issues/270)) ([8a83940](https://github.com/cycle/database/commit/8a8394048fe197bb08533c5efffca1f7c384c779)), closes [#268](https://github.com/cycle/database/issues/268) + + +### Documentation + +* **DatabaseInterface:** annotate getSchemas() as a magic method ([ef2144e](https://github.com/cycle/database/commit/ef2144e13c5b242e455308c84881213a2152aeb8)) + ## [2.23.1](https://github.com/cycle/database/compare/2.23.0...2.23.1) (2026-08-19)