diff --git a/CHANGELOG.md b/CHANGELOG.md
index 291be5557ae957d978363a68c1d634baa3afe436..bbefd1b314b7f5e57a0324792c0c7c442252b170 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,7 +1,12 @@
 # Changelog
 All notable changes to this project will be documented in this file.
 
+## [0.7.4] - 2020-05-15
+### Fixed
+- Notice regarding reset of browser/OS report is also shown in test environment and when there is no data to show
+
 ## [0.7.3] - 2020-05-13
+Note: This version was released and tagged as `v0.7.3` but accidentally marked as `v0.8.0` in the `version.php`.
 ### Fixed
 - Clears `browser_os` logs (if upgraded) due to errors in the analysis (see logstore plugin)
 - Added related notice in the UI (only to `RWTHmoodle` page)
diff --git a/version.php b/version.php
index ac783276c526880548dcfeaab54b573912b68835..3f69528a3820d539a9437260c446c5d9a64bb216 100644
--- a/version.php
+++ b/version.php
@@ -26,8 +26,8 @@ defined('MOODLE_INTERNAL') || die;
 
 $plugin->component = 'local_learning_analytics';
 
-$plugin->version = 2020051300;
-$plugin->release = 'v0.8.0';
+$plugin->version = 2020051500;
+$plugin->release = 'v0.7.4';
 $plugin->maturity = MATURITY_BETA;
 
 $plugin->requires = 2017111302;