From bf959070f00c3779dc432b086a7628fd8a653e5f 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:02:38 +0000 Subject: [PATCH] chore(2.x): release 2.23.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 5a3fbc43..0515b3db 100644 --- a/.github/.release-please-manifest.json +++ b/.github/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.23.0" + ".": "2.23.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index b7d1b2b9..71a54b77 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.23.1](https://github.com/cycle/database/compare/2.23.0...2.23.1) (2026-08-19) + + +### Documentation + +* update PHP version requirement to 8.1 in README ([c864c37](https://github.com/cycle/database/commit/c864c37a11ea6667562de1723c0c4c0680ca0083)) + ## [2.23.0](https://github.com/cycle/database/compare/2.22.1...2.23.0) (2026-08-19)