diff --git a/CHANGELOG.md b/CHANGELOG.md
index c5ab1e4d9834d463a1e4105d77ec14e855545387..76cbb93f1164607ddde0bd6cb95154b4b31fe815 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,8 @@
+## gitlab-mirrors v0.2.9
+
+* `git-mirrors.sh` major bugfix where working directory was not properly set before executing mirror updates.  This caused the `cron` job to fail.
+
+---
 ## gitlab-mirrors v0.2.8
 
 * Fixed bug where `manage_gitlab_project.py` would attempt to move a project into the user namespace if the `gitlab_namespace` is equal to `gitlab_user`.  No need to move a project from the same origin/destination group.