diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index fad38e70d6285289258e1fcf29dd7215982f391b..24a5df8069b6b0a1302d72a3a4ae602a1d42ab4a 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -3,7 +3,7 @@ variables:
   GIT_SUBMODULE_STRATEGY: recursive
   PREFIX: /usr/
   RSYNC_OPTS: --recursive --ignore-missing-args --chown ${DEPLOY_USER}:${DEPLOY_USER}
-  DOCKER_TAG_DEV: ${CI_COMMIT_REF_SLUG}
+  DOCKER_TAG_DEV: ${CI_COMMIT_REF_NAME}
   DOCKER_IMAGE_DEV: villas/node-dev
 
 stages:
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 604b09c7e0ede2a11fb277717870109b894b7dc8..f992469e4b19cd929755ff56b7cd1c4d42f0b955 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
 The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
 and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
 
-## [Unreleased]
+## [0.5.0] - 2017-10-18
 
 ### Added