diff --git a/CHANGELOG.md b/CHANGELOG.md
index 872050026..85e572b15 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.
+
+## [2.3.4](https://github.com/verdaccio/verdaccio/compare/v2.3.3...v2.3.4) (2017-07-29)
+
+
+### Bug Fixes
+
+* Docker image fails due lock file localhost references ([901a7be](https://github.com/verdaccio/verdaccio/commit/901a7be))
+
+
+
## [2.3.3](https://github.com/verdaccio/verdaccio/compare/v2.3.2...v2.3.3) (2017-07-29)
diff --git a/package.json b/package.json
index 18e2d598e..8bbcd3ee7 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "verdaccio",
- "version": "2.3.3",
+ "version": "2.3.4",
"description": "Private npm repository server",
"author": {
"name": "Alex Kocharin",