diff --git a/.github/.release-please-manifest.json b/.github/.release-please-manifest.json index fb1f343c..f4b3cc51 100644 --- a/.github/.release-please-manifest.json +++ b/.github/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "4.4.0" + ".": "4.4.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 7052e7f0..334fd04e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [4.4.1](https://github.com/beanbeanjuice/cafeBot/compare/v4.4.0...v4.4.1) (2026-02-04) + + +### Bug Fixes + +* [GH-689] Creating Empty Embed ([#728](https://github.com/beanbeanjuice/cafeBot/issues/728)) ([4b47c3d](https://github.com/beanbeanjuice/cafeBot/commit/4b47c3d539b96a7033eca913e2bbf8ed2b88c2b0)) +* [GH-725] Daily Channel Not Resetting ([#726](https://github.com/beanbeanjuice/cafeBot/issues/726)) ([6a7dc3d](https://github.com/beanbeanjuice/cafeBot/commit/6a7dc3d114fb1961262952fa21b8287d29a6df50)) + ## [4.4.0](https://github.com/beanbeanjuice/cafeBot/compare/v4.3.0...v4.4.0) (2026-02-04) diff --git a/build.gradle.kts b/build.gradle.kts index 5f7b06ef..8837497d 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -6,7 +6,7 @@ plugins { } group = "com.beanbeanjuice" -version = "4.4.0" // x-release-please-version +version = "4.4.1" // x-release-please-version tasks.withType { manifest {