diff --git a/debian/changelog b/debian/changelog
index 0051e814fe6093b7866b28fcc0ecb0d238c7c67b..b3077a2d904d3c3aef729d18f3e110c9e1d6987c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-steam-runtime-tools (0.20201007.0) UNRELEASED; urgency=medium
+steam-runtime-tools (0.20201007.0) scout; urgency=medium
 
   [ Ludovico de Nittis ]
   * wrap: Do not lock LD_PRELOAD, so that games run in session mode get the
@@ -15,7 +15,7 @@ steam-runtime-tools (0.20201007.0) UNRELEASED; urgency=medium
   * flatpak-run: Make this more similar to Flatpak's version
   * tests: Allow more time for test-locale-gen.sh
 
- -- Simon McVittie <smcv@collabora.com>  Wed, 07 Oct 2020 16:15:22 +0100
+ -- Simon McVittie <smcv@collabora.com>  Wed, 07 Oct 2020 16:25:00 +0100
 
 steam-runtime-tools (0.20201002.0) scout; urgency=medium
 
diff --git a/debian/libsteam-runtime-tools-0-0.symbols b/debian/libsteam-runtime-tools-0-0.symbols
index 38c33810464868f9c0fdccf4f5c2d3884ee3aa14..dea1f89f24355e51845b6cb19b8f9aa62af3ab11 100644
--- a/debian/libsteam-runtime-tools-0-0.symbols
+++ b/debian/libsteam-runtime-tools-0-0.symbols
@@ -76,6 +76,8 @@ libsteam-runtime-tools-0.so.0 libsteam-runtime-tools-0-0 #MINVER#
  srt_steam_get_data_path@Base 0.20200415.0
  srt_steam_get_install_path@Base 0.20200415.0
  srt_steam_get_issues@Base 0.20200415.0
+ srt_steam_get_steamscript_path@Base 0.20201007.0
+ srt_steam_get_steamscript_version@Base 0.20201007.0
  srt_steam_get_type@Base 0.20200415.0
  srt_steam_issues_get_type@Base 0.20190816.0
  srt_system_info_can_run@Base 0.20190801.0
@@ -101,6 +103,8 @@ libsteam-runtime-tools-0.so.0 libsteam-runtime-tools-0-0 #MINVER#
  srt_system_info_dup_steam_bin32_path@Base 0.20200908.0
  srt_system_info_dup_steam_data_path@Base 0.20190926.0
  srt_system_info_dup_steam_installation_path@Base 0.20190816.0
+ srt_system_info_dup_steamscript_path@Base 0.20201007.0
+ srt_system_info_dup_steamscript_version@Base 0.20201007.0
  srt_system_info_get_container_type@Base 0.20200306.0
  srt_system_info_get_known_x86_features@Base 0.20200908.0
  srt_system_info_get_locale_issues@Base 0.20190909.0
diff --git a/meson.build b/meson.build
index 7b7d9464554efd48474d6deea6a6f380a3d15625..58b0f8f09ec40aa7f5c5824e9386d1f6c17bc722 100644
--- a/meson.build
+++ b/meson.build
@@ -23,7 +23,7 @@
 
 project(
   'steam-runtime-tools', 'c', 'cpp',
-  version : '0.20201002.0',
+  version : '0.20201007.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 = '20201002.0'
+abi_minor = '20201007.0'
 
 pkg = import('pkgconfig')
 gnome = import('gnome')