From 536f960bb3bce173573b0eb50db78cd4822c3517 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 25 Nov 2025 17:16:08 +0000 Subject: [PATCH] chore(main): release 0.4.3 --- .github/CHANGELOG.md | 7 +++++++ .github/release-please-manifest.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/CHANGELOG.md b/.github/CHANGELOG.md index dad848e..6701acf 100644 --- a/.github/CHANGELOG.md +++ b/.github/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.4.3](https://github.com/bluebrown/kobold/compare/v0.4.2...v0.4.3) (2025-11-25) + + +### Bug Fixes + +* **sql:** set max conn to 1 ([#74](https://github.com/bluebrown/kobold/issues/74)) ([48aa0e7](https://github.com/bluebrown/kobold/commit/48aa0e76eb8c862dd20d2e344877f75f5a3bc182)) + ## [0.4.2](https://github.com/bluebrown/kobold/compare/v0.4.1...v0.4.2) (2024-12-12) diff --git a/.github/release-please-manifest.json b/.github/release-please-manifest.json index 4cff5b9..b81fe00 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.4.2" + ".": "0.4.3" }