From b0f7d59aebee4a96ee115650a94d377a7a84f6eb Mon Sep 17 00:00:00 2001
From: Thomas Dondorf <dondorf@lfi.rwth-aachen.de>
Date: Thu, 22 Oct 2020 11:24:18 +0200
Subject: [PATCH] Version release: v0.12.0

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

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3616a64..b2c6048 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.12.0]
+## [0.12.0] - 2020-10-22
 ### Added
 - Uninstall script added that removes the User Tour and customfield (in case that option was used)
 - Privacy providers were added to all (sub)plugin parts as Moodle has its own API to read if personal data is stored (we don't store any personal data)
diff --git a/version.php b/version.php
index c453581..d2f79f0 100644
--- a/version.php
+++ b/version.php
@@ -27,7 +27,7 @@ defined('MOODLE_INTERNAL') || die;
 $plugin->component = 'local_learning_analytics';
 
 $plugin->version = 2020102200;
-$plugin->release = 'v0.11.1';
+$plugin->release = 'v0.12.0';
 $plugin->maturity = MATURITY_BETA;
 
 $plugin->requires = 2017111302;
-- 
GitLab