diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0fecc909261c5aa7bcef5aea47382a9bb952fc0a..0b0992cf245179c0e0a5bbf513520f6474da713c 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 3f69528a3820d539a9437260c446c5d9a64bb216..32e07481651e4eea5c2f7dad956a6f9755c58928 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;