diff --git a/debian/changelog b/debian/changelog
index 60271cb993f97ed2edae5a49a9fe635a08fe197e..2e313891d60f1d69b3527e3aae868e61d2378bac 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-steam-runtime-tools (0.20210518.1) UNRELEASED; urgency=medium
+steam-runtime-tools (0.20210608.0) scout; urgency=medium
 
   [ Simon McVittie ]
   * pressure-vessel: Build capsule-capture-libs from a bundled copy of
@@ -13,6 +13,7 @@ steam-runtime-tools (0.20210518.1) UNRELEASED; urgency=medium
   * system-info: Show /overrides even if in scout runtime.
     This is helpful if we're stacking the scout runtime onto the soldier
     runtime (T18668): both pinned_libs_* and overrides are relevant there.
+  * CI: Upload a pressure-vessel binary release for each tag (T28526)
 
   [ Ludovico de Nittis ]
   * system-info: Use a more compact output for overrides and pinned
@@ -26,7 +27,7 @@ steam-runtime-tools (0.20210518.1) UNRELEASED; urgency=medium
   * pv-wrap: Adjust Flatpak libshared-library-guard configuration path
     (T27444)
 
- -- Simon McVittie <smcv@collabora.com>  Fri, 04 Jun 2021 18:51:10 +0100
+ -- Simon McVittie <smcv@collabora.com>  Tue, 08 Jun 2021 16:06:58 +0100
 
 steam-runtime-tools (0.20210518.0) scout; urgency=medium
 
diff --git a/meson.build b/meson.build
index ba229d14ab8204382e4583fa3dd986494725efd5..b5224860d1b57d5b8d36638d3331448f4f259609 100644
--- a/meson.build
+++ b/meson.build
@@ -23,7 +23,7 @@
 
 project(
   'steam-runtime-tools', 'c', 'cpp',
-  version : '0.20210518.0',
+  version : '0.20210608.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 = '20210518.0'
+abi_minor = '20210608.0'
 
 pkg = import('pkgconfig')
 gnome = import('gnome')