From 19585f1663c4871d742412383d0bf58c37599626 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 4 Apr 2024 18:53:09 +0000 Subject: [PATCH] chore(2.x): release 2.9.1 --- .github/.release-please-manifest.json | 2 +- CHANGELOG.md | 13 +++++++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/.github/.release-please-manifest.json b/.github/.release-please-manifest.json index 6bb50d96..13a0da6b 100644 --- a/.github/.release-please-manifest.json +++ b/.github/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.9.0" + ".": "2.9.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 7c0fd915..e3f469f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [2.9.1](https://github.com/cycle/database/compare/2.9.0...v2.9.1) (2024-04-04) + + +### Bug Fixes + +* Fix psalm type for DatabaseInterface::transaction() method ([#186](https://github.com/cycle/database/issues/186)) ([1f5b226](https://github.com/cycle/database/commit/1f5b226f6da26cd7c132f5ecc35a3fb37c396984)) + + +### Continuous Integration + +* automate changelog and release management ([#2](https://github.com/cycle/database/issues/2)) ([10bd18e](https://github.com/cycle/database/commit/10bd18e116f8345ca8d34fc280f5692abd18c531)) +* switch to auto changelog ([#3](https://github.com/cycle/database/issues/3)) ([bed846b](https://github.com/cycle/database/commit/bed846b7afba7fc18390d2256814884504eaaf09)) + ## [2.9.0](https://github.com/cycle/database/compare/2.8.1...2.9.0) (2024-03-27) ### Features