diff --git a/CHANGELOG.md b/CHANGELOG.md
index 05bf9f7..f0fd046 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,16 @@
+
+# [0.5.0](https://github.com/DEgITx/rats-search/compare/v0.4.0...v0.5.0) (2018-02-11)
+
+
+### Bug Fixes
+
+* **autoupdate:** fix error on downloading updater ([023bb97](https://github.com/DEgITx/rats-search/commit/023bb97))
+
+
+### Features
+
+* **autoupdate:** autoupdate on statup ([b308bb5](https://github.com/DEgITx/rats-search/commit/b308bb5))
+
# [0.4.0](https://github.com/DEgITx/rats-search/compare/v0.3.1...v0.4.0) (2018-02-10)
diff --git a/package.json b/package.json
index 9cf53d9..8037881 100644
--- a/package.json
+++ b/package.json
@@ -2,7 +2,7 @@
"name": "rats-search",
"productName": "Rats on The Boat",
"description": "P2P BitTorrent search engine",
- "version": "0.4.0",
+ "version": "0.5.0",
"private": true,
"author": "Alexey Kasyanchuk ",
"copyright": "Copyright © 2018 Alexey Kasyanchuk",
@@ -30,10 +30,10 @@
"buildResources": "resources"
},
"nsis": {
- "artifactName": "Rats.on.The.Boat-${version}.${ext}"
+ "artifactName": "Rats.on.The.Boat-${version}.${ext}"
},
"dmg": {
- "artifactName": "Rats.on.The.Boat-${version}.${ext}"
+ "artifactName": "Rats.on.The.Boat-${version}.${ext}"
},
"publish": {
"provider": "github"