From 4438cd26e5f873056b2fbb6f515512476ad04d52 Mon Sep 17 00:00:00 2001
From: Thomas Dondorf <dondorf@win.lfi.rwth-aachen.de>
Date: Fri, 15 May 2020 14:48:28 +0200
Subject: [PATCH] Version release: v0.7.4

---
 CHANGELOG.md | 5 +++++
 version.php  | 4 ++--
 2 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 291be55..bbefd1b 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 ac78327..3f69528 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;
-- 
GitLab