diff --git a/CMakeLists.txt b/CMakeLists.txt
index 15b15b0e..1a844a87 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.13)
# cmake_policy(SET CMP0076 OLD)
-set(FLAMESHOT_VERSION 0.8.5)
+set(FLAMESHOT_VERSION 0.9.0)
# Flameshot-org
set(GIT_API_URL "https://api.github.com/repos/flameshot-org/flameshot/releases/latest")
diff --git a/data/appdata/org.flameshot.Flameshot.metainfo.xml b/data/appdata/org.flameshot.Flameshot.metainfo.xml
index bcfdae7d..b2d5de36 100644
--- a/data/appdata/org.flameshot.Flameshot.metainfo.xml
+++ b/data/appdata/org.flameshot.Flameshot.metainfo.xml
@@ -5,6 +5,7 @@
GPL-3.0-or-later
Flameshot
+
diff --git a/docs/Releasing.md b/docs/Releasing.md
index 30787c62..998599ed 100644
--- a/docs/Releasing.md
+++ b/docs/Releasing.md
@@ -3,9 +3,9 @@
These are the code changes that need to take place
- [ ] Create and push git tag
- [ ] Update version in CMakeLists.txt
-- [ ] Update version and changelog at data/debian/changelog
-- [ ] Update version and changelog at data/rpm/flameshot.spec
-- [ ] Update docs/appdata/flameshot.metainfo.xml
+- [ ] Update version and changelog at packaging/debian/changelog
+- [ ] Update version and changelog at packaging/rpm/flameshot.spec
+- [ ] Update data/appdata/flameshot.metainfo.xml
These are the steps for actually making the release
- [ ] Download all binaries from CI run started from PR related to code changes shown above
diff --git a/packaging/debian/changelog b/packaging/debian/changelog
index 60948a3b..c6da546e 100644
--- a/packaging/debian/changelog
+++ b/packaging/debian/changelog
@@ -1,5 +1,5 @@
-flameshot (0.8.5-1) unstable; urgency=medium
+flameshot (0.9.--1) unstable; urgency=medium
* New stable release.
- -- Jeremy Borgman Wed, 14 Oct 2020 18:24:29 -0600
+ -- Jeremy Borgman Sat, 13 Feb 2021 18:24:29 -0600
diff --git a/packaging/rpm/flameshot.spec b/packaging/rpm/flameshot.spec
index e64afcdd..419d30bc 100644
--- a/packaging/rpm/flameshot.spec
+++ b/packaging/rpm/flameshot.spec
@@ -95,6 +95,8 @@ make %{?_smp_mflags}
%{_datadir}/icons/hicolor
%changelog
+* Sat Feb 13 2021 Jeremy Borgman - 0.9.0-1
+- Updated for flameshot 0.9.0
* Sat Oct 14 2020 Jeremy Borgman - 0.8.5-1
- Updated for flameshot 0.8.5
* Sat Oct 10 2020 Jeremy Borgman - 0.8.4-1