diff --git a/NEWS b/NEWS
index 55b6cd54..b0234d6c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+libwacom 2.11.0
+- New Devices:
+  - Asus Zenbook Duo
+  - Lenovo Ideapad Duet, Ideapad Duet 3, Thinkpad L13 Yoga Gen 3
+  - HP Envy x360
+- The default fallback device is now an integrated tablet (see #641)
+
 libwacom 2.10.0
 - New Devices:
   - Lenovo X1 Yoga Gen 5, X1 Yoga Gen 7, ThinkPad Yoga 370,  Lenovo Yoga Book 9i
@@ -27,7 +34,7 @@ libwacom 2.8:
 
 libwacom 2.7:
 - New Devices:
-  - HP Spectre x360, Envy x360, 
+  - HP Spectre x360, Envy x360,
   - XP-Pen Deco MW, Deco Pro MW, Deco Pro SW
   - Lenovo Yoga 7, Ideapad Duet 5i
 - Fixed the match for the Huion H950p
diff --git a/meson.build b/meson.build
index 4f04cd41..723e946a 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
 project('libwacom', 'c',
-	version: '2.10.0',
+	version: '2.11.0',
 	license: 'HPND',
 	default_options: [ 'c_std=gnu99', 'warning_level=2' ],
 	meson_version: '>= 0.51.0')