diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 7e23a4f..eb5abf7 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.6.3" + ".": "0.6.4" } diff --git a/CHANGELOG.md b/CHANGELOG.md index f1d8c1e..5db6819 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.6.4](https://github.com/openCoreEMR/oce-module-notification-banner/compare/0.6.3...0.6.4) (2026-07-22) + + +### Bug Fixes + +* **deps:** bump symfony/event-dispatcher from 7.4.9 to 7.4.14 ([#43](https://github.com/openCoreEMR/oce-module-notification-banner/issues/43)) ([3ac61bb](https://github.com/openCoreEMR/oce-module-notification-banner/commit/3ac61bb72ff5e120bf04366384b5a57ed148342b)) +* **deps:** bump twig/twig from 3.27.1 to 3.28.0 ([#46](https://github.com/openCoreEMR/oce-module-notification-banner/issues/46)) ([f4a629a](https://github.com/openCoreEMR/oce-module-notification-banner/commit/f4a629a2b35a162f0c424ed701e152c9b0654b79)) + ## [0.6.3](https://github.com/openCoreEMR/oce-module-notification-banner/compare/0.6.2...0.6.3) (2026-06-11) diff --git a/version.php b/version.php index fc7fd34..da31973 100644 --- a/version.php +++ b/version.php @@ -103,5 +103,5 @@ // them on every release via the x-release-please-* annotations. default_major: '0', // x-release-please-major default_minor: '6', // x-release-please-minor - default_patch: '3' // x-release-please-patch + default_patch: '4' // x-release-please-patch );