summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS3
-rw-r--r--meson.build2
2 files changed, 4 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 9c9cdd7d..f1c604ca 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,6 @@
+ver 3.32.0:
+- Add quirk for Evoluent VerticalMouse 4
+
ver 3.31.1:
- Accessibility fixes and support for narrow displays in
the Settings panel widget
diff --git a/meson.build b/meson.build
index 63b0a3dd..f50f1b46 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project(
'gnome-bluetooth', 'c',
- version: '3.31.1',
+ version: '3.32.0',
license: 'GPL2+',
default_options: 'buildtype=debugoptimized',
meson_version: '>= 0.49.0',