diff --git a/NEWS b/NEWS index d63bbe0..2547af0 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,12 @@ +Version 1.91.0 +-------------- +Released: 2025-11-25 + +- New feature: Support multiple keyboard backlight LED control. (#291 !203) +- Make installation of tests optional (!202) +- Support conf.d style config file (!286) +- Deprecate CapacityLevel property (!290 #333) + Version 1.90.10 -------------- Released: 2025-08-26 diff --git a/meson.build b/meson.build index c8c9474..0b219b5 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('upower', 'c', - version: '1.90.10', + version: '1.91.0', license: 'GPLv2+', default_options: [ 'buildtype=debugoptimized',