diff --git a/CHANGELOG.md b/CHANGELOG.md
index a1beb451c86d1aa391910b885b5e2d1643a1b6e9..e851f04c4905957b041fdad55b3da8f65c273d85 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,10 +1,11 @@
 # Changelog
 All notable changes to this project will be documented in this file.
 
-## [0.11.0]
+## [0.11.0] - 2020-10-19
 ### Changed
 - Heatmap colors and look changed
-- Minor changes in FAQ page
+- Minor text changes in FAQ page
+- Activities page: "Clear filter" link added
 ### Fixed
 - 2 bugs in activities page:
   - Activities with the same name were merged previously (this was not intended)
diff --git a/TODO.md b/TODO.md
index 2fa10a9c2d758912870bf42951253b7829caf5a0..a013a5e09ea6267bbe90ed43e111745ad60d7602 100644
--- a/TODO.md
+++ b/TODO.md
@@ -137,7 +137,7 @@
   - [ ] Removes customfield
   - [ ] Removes user tour
 - [ ] Add new reports to upgrade.php script
-- [ ] ~~Explain capability "learning_analytics:view_statistics" in README (by default students can view statistics)~~ => it's already in there
+- [x] ~~Explain capability "learning_analytics:view_statistics" in README (by default students can view statistics)~~ => it's already in there
 - [ ] Accessibility: Add alt texts to images/icons, add aria-labels where needed
   - [x] Check if color blindness is respected
   - [ ] Give graph meaningful aria labels
@@ -151,6 +151,8 @@
 ## For later...
 - [ ] Users of our plugin still have the `lalog_browser_os` table installed (RWTH + HRW)
   - [ ] Plan: Get the data and then put uninstall routine into upgrade
+  - [ ] Remove this in a future upgrade?
+  - [ ] Rethink the current structure of sub plugins?
 - [ ] Describe subplugins in README
   - [ ] `lareport`
   - [ ] `lalog`
diff --git a/version.php b/version.php
index 9b6280a6210d82016d0a2e448300fc74355e2a0e..e7a7ab0ea43d76d97c288ec29d143e466047a96a 100644
--- a/version.php
+++ b/version.php
@@ -26,8 +26,8 @@ defined('MOODLE_INTERNAL') || die;
 
 $plugin->component = 'local_learning_analytics';
 
-$plugin->version = 2020101900;
-$plugin->release = 'v0.10.0';
+$plugin->version = 2020101901;
+$plugin->release = 'v0.11.0';
 $plugin->maturity = MATURITY_BETA;
 
 $plugin->requires = 2017111302;