diff --git a/NEWS b/NEWS index ffd2dc6..631a70f 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,12 @@ +Version 0.99.20 +--------------- +Released: 2022-07-13 + +Bug fixes: +- Ensure polling is resumed after suspend (#198) +- Bugfixes to state guessing code (#146) +- Stability improvements of automated tests + Version 0.99.19 --------------- Released: 2022-06-08 diff --git a/meson.build b/meson.build index 055c658..acc4cd0 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('upower', 'c', - version: '0.99.19', + version: '0.99.20', license: 'GPLv2+', default_options: [ 'buildtype=debugoptimized',