diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e8c2ea..e9bccc0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ Changelog --------- +**7.4.0** + +- Added initial molecule infrastructure +- Remove useless block for single task in `setup-debian-vanilla.yml` (contribution by @rubendibattista) + **7.3.1** - Debian only: Ensure the headers for the currently running kernel are installed instead of the latest one which might not be running yet. This allows DKMS to build the module for the current kernel version and avoids the need for an reboot to load the module. (contribution by @ldelelis and @ypid)