summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS9
-rw-r--r--meson.build2
2 files changed, 10 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 92b7e0d..92ecbe5 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,12 @@
+GNOME Logs 3.33.1
+=================
+
+* Fixed abnormal headerbar height
+* Dropped autotools support from Jeremy Bicha
+* Fixed manpage check and version number in meson
+* Adding flatpak manifest and gitlab ci from Florian Müllner
+* Updates to Croatian and Danish translations
+
GNOME Logs 3.32.0
=================
diff --git a/meson.build b/meson.build
index baf7cc6..6e61d52 100644
--- a/meson.build
+++ b/meson.build
@@ -1,4 +1,4 @@
-project('gnome-logs', 'c', version : '3.32.0')
+project('gnome-logs', 'c', version : '3.33.1')
gl_name = meson.project_name()
gl_version = meson.project_version()