diff --git a/README.md b/README.md
index 98cecc6cef621c48f281a3234f23228098c69bc9..cd225ba6efceff90dea83dacd2c6cadc34c32bb5 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
 
 A small mediawiki extension to have a variable to know if the user is connected or not.
 
-    Version 0.1
+    Version 0.2
     Mathieu Loiseau
 
 This is free software licensed under the GNU General Public License. Please
@@ -29,5 +29,9 @@ To install the extension, place the entire 'Connected' directory within
 your MediaWiki `extensions` directory, then add the following line to
 your `LocalSettings.php` file:
 ```php
-     wfLoadExtension( 'Connected' );
+    wfLoadExtension( 'Connected' );
 ```
+
+## TODO
+- [ ] [logging](https://www.mediawiki.org/wiki/Manual:Structured_logging/fr)
+- [ ] [options](https://github.com/wikimedia/mediawiki-extensions-BoilerPlate/blob/12d9c90115db5ed64fb10e7a389422860dc1b82e/src/Hooks.php#L30) (hide bar for anon or not)
diff --git a/extension.json b/extension.json
index 780785805f1b31b6d2205571f449fc97436b4a0a..96584aef218f012cc65efd15e81e07c496c3e995 100644
--- a/extension.json
+++ b/extension.json
@@ -1,7 +1,7 @@
 {
 	"name": "Connected",
 	"author": "Mathieu Loiseau",
-	"version": "0.1",
+	"version": "0.2",
 	"url": "https://gitlab.liris.cnrs.fr/mloiseau/mw_connected",
 	"license-name": "GPL-2.0-or-later",
 	"descriptionmsg": "connected-desc",