diff --git a/CHANGELOG.md b/CHANGELOG.md
index a3bec5d19..1ef3f9f0c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,17 @@
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.
+
+## [3.11.6](https://github.com/verdaccio/verdaccio/compare/v3.11.5...v3.11.6) (2019-02-25)
+
+
+### Bug Fixes
+
+* overrides existing package to zero bytes file [#1191](https://github.com/verdaccio/verdaccio/issues/1191) ([d470cfe](https://github.com/verdaccio/verdaccio/commit/d470cfe))
+* remove unused dependency ([e943d91](https://github.com/verdaccio/verdaccio/commit/e943d91))
+
+
+
## [3.11.5](https://github.com/verdaccio/verdaccio/compare/v3.11.4...v3.11.5) (2019-02-21)
diff --git a/package.json b/package.json
index a659176f1..ae352925d 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "verdaccio",
- "version": "3.11.5",
+ "version": "3.11.6",
"description": "Private npm repository server",
"author": {
"name": "Alex Kocharin",