diff --git a/CHANGELOG.md b/CHANGELOG.md
index 39d93247f3..1b90f2e1dc 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,20 @@
+
+## [v0.9.1-0](https://github.com/garden-io/garden/compare/v0.9.0...v0.9.1-0) (2019-02-12)
+
+### Bug Fixes
+
+* **dashboard:** set min select width ([06386bf](https://github.com/garden-io/garden/commit/06386bf))
+* **server:** serve dashboard from all dashboard routes ([5abf580](https://github.com/garden-io/garden/commit/5abf580))
+
+### Features
+
+* **dashboard:** update font colour ([dccbf87](https://github.com/garden-io/garden/commit/dccbf87))
+* **dashboard:** conform colours to style guide ([44b54e0](https://github.com/garden-io/garden/commit/44b54e0))
+* **dashboard:** ui improvments ([4d38659](https://github.com/garden-io/garden/commit/4d38659))
+* **dashboard:** enable by default ([574f56d](https://github.com/garden-io/garden/commit/574f56d))
+
+
## [v0.9.0](https://github.com/garden-io/garden/compare/v0.8.1...v0.9.0) (2019-02-08)
diff --git a/garden-service/package-lock.json b/garden-service/package-lock.json
index 4b92f39728..8c87465459 100644
--- a/garden-service/package-lock.json
+++ b/garden-service/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "garden-cli",
- "version": "0.9.0-rc3",
+ "version": "0.9.1-0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/garden-service/package.json b/garden-service/package.json
index 2d6caa4256..8d54d46772 100644
--- a/garden-service/package.json
+++ b/garden-service/package.json
@@ -1,6 +1,6 @@
{
"name": "garden-cli",
- "version": "0.9.0-rc3",
+ "version": "0.9.1-0",
"description": "A full-featured development framework for containers and serverless",
"repository": {
"type": "git",