diff --git a/CHANGELOG.md b/CHANGELOG.md index c26452f..b8bb428 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,10 @@ If a change only affects particular applications, they are listed in parentheses Nothing at the moment +## 3.4.2 (2025-10-02) + +- fix(f0rmz): Add missing shutdown implementation (!67, thanks @Adrian) + ## 3.4.1 (2025-09-30) - misc: Update LVGL to master (2025-09-29) to potentially address DRM issues (!66) diff --git a/meson.build b/meson.build index 28dbda2..73e76f9 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('buffybox', 'c', - version: '3.4.1', + version: '3.4.2', default_options: ['warning_level=3', 'b_ndebug=if-release', 'b_lto=true'], meson_version: '>= 0.60.0' )