diff --git a/CHANGELOG.md b/CHANGELOG.md
index c79f386..931924f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,16 @@
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
+
+## [0.1.1](https://github.com/verdaccio/ui/compare/v0.1.0...v0.1.1) (2019-04-28)
+
+
+### Bug Fixes
+
+* version rendering issue. ([#38](https://github.com/verdaccio/ui/issues/38)) ([e8fd596](https://github.com/verdaccio/ui/commit/e8fd596))
+
+
+
# [0.1.0](https://github.com/verdaccio/ui/compare/v0.0.13...v0.1.0) (2019-04-26)
diff --git a/package.json b/package.json
index 2b53826..c37c46c 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "@verdaccio/ui-theme",
- "version": "0.1.0",
+ "version": "0.1.1",
"description": "Verdaccio User Interface",
"author": {
"name": "Verdaccio Core Team"