diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0415895fa6165f513058f27a87916936ecb8f37c..6755c507de3626672d2d0790712db8aca3e7b2da 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 9f73eb617dce35a247f9368711f436bdaece5418..84af47b428caa86f8f8fca001f955e9f3a4fc123 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;