From 31e38c2589e3db158bf65fa13784cbaa836e5297 Mon Sep 17 00:00:00 2001
From: Thomas Dondorf <dondorf@win.lfi.rwth-aachen.de>
Date: Fri, 29 May 2020 13:49:19 +0200
Subject: [PATCH] Version release: v0.8.0

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

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0fecc90..0b0992c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,7 +1,8 @@
 # Changelog
 All notable changes to this project will be documented in this file.
 
-## [0.8.0] - TODO
+## [0.8.0] - 2020-05-29
+Thanks a lot to Jonathan Liebers who implemented the Postgres support and improved multiple SQL queries.
 ### Fixed
 - Support for Postgres added
 - If a person is enrolled multiple times into a course, they are counted only once now.
diff --git a/version.php b/version.php
index 3f69528..32e0748 100644
--- a/version.php
+++ b/version.php
@@ -26,8 +26,8 @@ defined('MOODLE_INTERNAL') || die;
 
 $plugin->component = 'local_learning_analytics';
 
-$plugin->version = 2020051500;
-$plugin->release = 'v0.7.4';
+$plugin->version = 2020052900;
+$plugin->release = 'v0.8.0';
 $plugin->maturity = MATURITY_BETA;
 
 $plugin->requires = 2017111302;
-- 
GitLab