Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.6.3"
".": "0.6.4"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion version.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
);