summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS20
-rw-r--r--meson.build2
2 files changed, 21 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 1b8b5696c..68694e797 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,24 @@
================
+Version 3.37.90
+================
+
+- Rename Universal to Accessibility
+- Updated translations
+- Clean CI jobs
+- Adapt to libhandy-1
+
+Network
+- Add support for Enhanced Open Wi-Fi security
+- Fix connection editor blanking when removing manual entry
+- Small fixes
+
+Thunderbolt
+- Plug some memory leaks
+
+User Accounts
+- Show "Take a picture" button only when cam is available
+
+================
Version 3.37.3
================
diff --git a/meson.build b/meson.build
index 2571468e3..6e7930d34 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project(
'gnome-control-center', 'c',
- version : '3.37.3',
+ version : '3.37.90',
license : 'GPL2+',
meson_version : '>= 0.51.0'
)