diff --git a/debian/changelog b/debian/changelog
index 4d95ea4e4610f98d80aefc4ff0f308b0b996911c..fe219e035ecbd74110f189ea9b4c05b37a487a4f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-steam-runtime-tools (0.20210105.0) UNRELEASED; urgency=medium
+steam-runtime-tools (0.20210105.0) scout; urgency=medium
 
   [ Simon McVittie ]
   * pv-wrap: Make graphics drivers outside $HOME available, if used
@@ -65,7 +65,7 @@ steam-runtime-tools (0.20210105.0) UNRELEASED; urgency=medium
     environment variables
   * pressure-vessel: Start to use the "info" log level
 
- -- Simon McVittie <smcv@collabora.com>  Tue, 05 Jan 2021 15:35:41 +0000
+ -- Simon McVittie <smcv@collabora.com>  Tue, 05 Jan 2021 18:12:58 +0000
 
 steam-runtime-tools (0.20201203.0) scout; urgency=medium
 
diff --git a/meson.build b/meson.build
index 29537a31333566e0f7deacb8db797e490de9a23c..c76a0ff3d5954441b7224642af1a655fe9d3c544 100644
--- a/meson.build
+++ b/meson.build
@@ -23,7 +23,7 @@
 
 project(
   'steam-runtime-tools', 'c', 'cpp',
-  version : '0.20201203.0',
+  version : '0.20210105.0',
   default_options: [
     'c_std=c99',
     'cpp_std=c++11',
@@ -35,7 +35,7 @@ add_languages('cpp')
 
 api_major = '0'
 abi_major = '0'
-abi_minor = '20201203.0'
+abi_minor = '20210105.0'
 
 pkg = import('pkgconfig')
 gnome = import('gnome')