diff --git a/data/com.github.stsdc.monitor.appdata.xml.in b/data/com.github.stsdc.monitor.appdata.xml.in
index 2a191d2c..6c258f0d 100644
--- a/data/com.github.stsdc.monitor.appdata.xml.in
+++ b/data/com.github.stsdc.monitor.appdata.xml.in
@@ -25,13 +25,11 @@
https://github.com/stsdc/monitor/issues
-
+
- - Detailed process info in sidebar
- - CPU frequency in tooltip (Ryo Nakano)
- - Removed tree view . This fixes high CPU usage, indicator hangs, and app crashes
- - Special thanks to gavr, Ryo Nakano, Adam Bieńkowski and Daniele Cocca
+ - Small bugfix
+ - Added tooltips (Ryo Nakano)
diff --git a/debian/changelog b/debian/changelog
index bf5bee21..d6f7f459 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+com.github.stsdc.monitor (0.7.3) bionic; urgency=low
+
+ * Added tooltips to process state label (Ryo Nakano)
+ * Small bugfix
+
+-- Stanisław Dac Mon, 22 Jun 2020 20:21:37 +0200
+
com.github.stsdc.monitor (0.7.2) bionic; urgency=low
* Fix sorting arrows
@@ -5,6 +12,8 @@ com.github.stsdc.monitor (0.7.2) bionic; urgency=low
* Add Turkish translation (Harun Yasar)
* Use newest version of live-chart (Laurent Callarec) ← Check his lib for creating charts, it's amazing!
+-- Stanisław Dac Sat, 11 Apr 2020 21:01:15 +0200
+
com.github.stsdc.monitor (0.7.0) bionic; urgency=low
* Detailed process info in sidebar
diff --git a/meson.build b/meson.build
index 0416e108..bc29b153 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,4 @@
-
-project('com.github.stsdc.monitor', 'vala', 'c', version: '0.7.2')
+project('com.github.stsdc.monitor', 'vala', 'c', version: '0.7.3')
# these are Meson modules
gnome = import('gnome')