diff --git a/CHANGELOG.md b/CHANGELOG.md index b8ff7c235..7abc3428b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## 2.3.2 + +### Bugs fixed + +* StatusNotifierItem submenus did not work in lxqt-panel (@niknah) +* StatusNotifierItem vanished on panel restarts +* StatusNotifierItem compatibility issues with libdbusmenu used at least by xfce4-panel and Waybar +* StatusNotifierItem showed the menu on left click in xfce4-panel + ## 2.3.1 ### Bugs fixed diff --git a/configure.ac b/configure.ac index c8d1b6409..4ea10b21a 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ AC_PREREQ(2.61) -AC_INIT([blueman], [2.3.1], [https://github.com/blueman-project/blueman/issues]) +AC_INIT([blueman], [2.3.2], [https://github.com/blueman-project/blueman/issues]) AC_CONFIG_HEADERS(config.h) AC_CONFIG_MACRO_DIRS([m4]) AM_INIT_AUTOMAKE([1.16.3 foreign dist-xz]) diff --git a/meson.build b/meson.build index b89195c57..e12d0ce6f 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project( 'blueman', 'c', - version: '2.3.1', + version: '2.3.2', license: 'GPL3', meson_version: '>=0.50.0', default_options: 'b_lundef=false'