diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3616a6417fdf61a76fa1a922a759ca3528b15b50..b2c60489be975f974bdea0d4fda22ec4be943809 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 c453581d1f271a23a318ff45a7271da1a8401ed1..d2f79f04640d0341290a0a5ab268831296f3d275 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;