diff --git a/CHANGELOG.md b/CHANGELOG.md
index b89bba0..80ff850 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,20 @@
+
+# [0.3.0](https://github.com/DEgITx/rats-search/compare/v0.2.0...v0.3.0) (2018-02-05)
+
+
+### Bug Fixes
+
+* **config:** fixed saving configuration on develop builds ([b640bd4](https://github.com/DEgITx/rats-search/commit/b640bd4))
+* **feed:** disabled fake torrents for desktop ([101c1b6](https://github.com/DEgITx/rats-search/commit/101c1b6))
+
+
+### Features
+
+* **changelog:** changelog inside application ([988d714](https://github.com/DEgITx/rats-search/commit/988d714))
+* **config:** database place path ([8d58a7f](https://github.com/DEgITx/rats-search/commit/8d58a7f))
+* **config:** message when settings saved ([6b793aa](https://github.com/DEgITx/rats-search/commit/6b793aa))
+* **config:** new settings for application (port, cpu usage eth.) ([6b5ee01](https://github.com/DEgITx/rats-search/commit/6b5ee01))
+
# [0.2.0](https://github.com/DEgITx/rats-search/compare/v0.1.0...v0.2.0) (2018-02-04)
diff --git a/package.json b/package.json
index f79ad28..70f0a54 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.2.0",
+ "version": "0.3.0",
"private": true,
"author": "Alexey Kasyanchuk ",
"copyright": "Copyright © 2018 Alexey Kasyanchuk",