diff --git a/.gitignore b/.gitignore
index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..108de3d3a94a3bcea0badd01a22a251cfc23c7eb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1,3 @@
+/.ahoy.l3d
+/.ahoy.yml
+/.env
diff --git a/CHANGELOG b/CHANGELOG
index 1247da747651e1d5ba23f6aab2b97f5d145042ba..21d0f4b316ef132ecab6180b7bd6d37e9f4a8508 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,4 +1,13 @@
-just a test
+2.0.0-beta1 2021-01-07
+----------------------
+#41 Provide ahoy changelog extract command
+#45 Changes with new Docker Version for MacOs (BIG IMPROVEMENT FOR MAC USERS)
+#72 Implement "l3d info"
+#73 Add zsh shell
+#75 Non-persistent mode
+Don't cache apk when building l3drun
+Explicitly define HOME environment variable
+Load the run image after setup and selfupdate
 
 v1.17.5 2021-01-04
 ------------------
diff --git a/run/scripts/help b/run/scripts/help
index f2b8ab20fd35c602843df4c20f61958b508970b1..6670f4ca98e9423e9dc75f16b40b306529bbf60c 100755
--- a/run/scripts/help
+++ b/run/scripts/help
@@ -6,5 +6,5 @@ echo ""
 echo "Version: ${L3DVERSION}"
 echo "Support: https://gitlab.lakedrops.com/docker/l3d"
 echo ""
-echo "Usage:   l3d [ help | version | selfupdate [VERSION] | update | reset | PROJECTNAME | delete PROJECTNAME ] | list"
+echo "Usage:   l3d [ help | version | selfupdate [VERSION] | update | reset | PROJECTNAME | delete PROJECTNAME ] | list | info | . "
 echo ""