From bee0d47c1db80bfb803841bc0a6327935e4126ad Mon Sep 17 00:00:00 2001
From: Simon McVittie <smcv@collabora.com>
Date: Mon, 14 Sep 2020 14:22:12 +0100
Subject: [PATCH] Update changelog

Signed-off-by: Simon McVittie <smcv@collabora.com>
---
 debian/changelog | 13 +++++++++++--
 meson.build      |  4 ++--
 2 files changed, 13 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 7353f41c4..88bbfc7dd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,17 @@
-steam-runtime-tools (0.20200909.1) UNRELEASED; urgency=medium
+steam-runtime-tools (0.20200914.0) UNRELEASED; urgency=medium
 
+  [ Simon McVittie ]
   * Combine steam-runtime-tools with pressure-vessel (T22909)
+  * inspect-library: Refactoring
+  * CI improvements
+
+  [ Ludovico de Nittis ]
+  * steam: Do not report an issue if the Flatpak version of Steam is the
+    default URI handler
+  * wrap: Propagate even unchanged environment variables if running
+    in Flatpak
 
- -- Simon McVittie <smcv@collabora.com>  Wed, 09 Sep 2020 15:08:21 +0100
+ -- Simon McVittie <smcv@collabora.com>  Mon, 14 Sep 2020 14:19:23 +0100
 
 pressure-vessel (0.20200909.0) scout; urgency=medium
 
diff --git a/meson.build b/meson.build
index 8db6c2acd..cb0900b74 100644
--- a/meson.build
+++ b/meson.build
@@ -23,7 +23,7 @@
 
 project(
   'steam-runtime-tools', 'c', 'cpp',
-  version : '0.20200908.1',
+  version : '0.20200914.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 = '20200908.1'
+abi_minor = '20200914.0'
 
 pkg = import('pkgconfig')
 gnome = import('gnome')
-- 
GitLab