From eeb42fe06184c247d4fdb4ebc2757c9f3c22f0ff Mon Sep 17 00:00:00 2001
From: Thomas Dondorf <dondorf@lfi.rwth-aachen.de>
Date: Mon, 1 Aug 2022 11:47:02 +0200
Subject: [PATCH] Version release: v0.20.0

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

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0415895..6755c50 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,7 +1,7 @@
 # Changelog
 All notable changes to this project will be documented in this file.
 
-## [0.20.0] - NEXT
+## [0.20.0] - 2022-08-01
 ### Fixed
 - Added compatibility for Moodle 4 so that the plugin is listed in the course navigation bar
 - Fixed minor CSS/Moodle 4 incompatibility
diff --git a/version.php b/version.php
index 9f73eb6..84af47b 100644
--- a/version.php
+++ b/version.php
@@ -26,8 +26,8 @@ defined('MOODLE_INTERNAL') || die;
 
 $plugin->component = 'local_learning_analytics';
 
-$plugin->version = 2022021500;
-$plugin->release = 'v0.19.2';
+$plugin->version = 2022080100;
+$plugin->release = 'v0.20.0';
 $plugin->maturity = MATURITY_STABLE;
 
 $plugin->requires = 2017111302;
-- 
GitLab