diff --git a/debian/changelog b/debian/changelog
index 8099c5cc94e8ccc0ef29ddd5dc4ff72a5ad64ee7..9ae70d69f5f29c794211c764af727a645dcb2f5f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+steam-runtime-tools (0.20250122.0) steamrt; urgency=medium
+
+  * Tests/CI:
+    - Don't fail testing if libgbm.so.1 is incomplete (steamrt/tasks#647)
+
+ -- Simon McVittie <smcv@collabora.com>  Wed, 22 Jan 2025 15:39:02 +0000
+
 steam-runtime-tools (0.20250116.0) steamrt; urgency=medium
 
   * SteamLinuxRuntime family:
diff --git a/meson.build b/meson.build
index 1001f0e81c4018ccb8149794a7ce79176ed0c66b..fcf4b0e60092bc0f8732d260466bfcb5c3b0da34 100644
--- a/meson.build
+++ b/meson.build
@@ -23,7 +23,7 @@
 
 project(
   'steam-runtime-tools', 'c',
-  version : '0.20250116.0',
+  version : '0.20250122.0',
   default_options: [
     'c_std=c99',
     'warning_level=2',
@@ -33,7 +33,7 @@ project(
 
 api_major = '0'
 abi_major = '0'
-abi_minor = '20250116.0'
+abi_minor = '20250122.0'
 
 gnome = import('gnome')
 pkg = import('pkgconfig')