diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 8d7e5f1..5fdd883 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.0.1" + ".": "1.1.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index f763a8b..6394db8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [1.1.0](https://github.com/fuf-stack/hardcore/compare/v1.0.1...v1.1.0) (2026-09-10) + + +### Features + +* **database:** add SQL lifecycle and post-drain cleanup ([32858ab](https://github.com/fuf-stack/hardcore/commit/32858abca6020ca7a4e097813a65b6f44957fa53)) + + +### Bug Fixes + +* **ci:** resolve PostgreSQL port in step context ([247a168](https://github.com/fuf-stack/hardcore/commit/247a168315366157be03a1126b23d57d23ba3699)) + ## [1.0.1](https://github.com/fuf-stack/hardcore/compare/v1.0.0...v1.0.1) (2026-09-10)