diff --git a/CHANGELOG.md b/CHANGELOG.md index 26d889b..c26452f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,7 +10,11 @@ If a change only affects particular applications, they are listed in parentheses ## Unreleased -- misc: Update LVGL to master (2025-09-29) to potentially address DRM issues +Nothing at the moment + +## 3.4.1 (2025-09-30) + +- misc: Update LVGL to master (2025-09-29) to potentially address DRM issues (!66) ## 3.4.0 (2025-09-24) diff --git a/meson.build b/meson.build index aca3026..28dbda2 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('buffybox', 'c', - version: '3.4.0', + version: '3.4.1', default_options: ['warning_level=3', 'b_ndebug=if-release', 'b_lto=true'], meson_version: '>= 0.60.0' )