235
diff --git a/NEWS b/NEWS
index 9488348..1922fdd 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,9 @@
 libgudev - GObject bindings for libudev
 
+CHANGES WITH 235:
+        * Port build system to meson and remove autotools
+        * Fix conversion of sysfs attributes to boolean
+
 CHANGES WITH 234:
         * Clarify that _get_sysfs_attr() functions are cached
         * Add functions to get uncached sysfs attributes
diff --git a/meson.build b/meson.build
index c7b6d92..43bcd09 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
 project('gudev', 'c',
-  version: '234',
+  version: '235',
   license: 'LGPLv2.1+',
   meson_version: '>= 0.53.0',
   default_options: [