diff --git a/.gitignore b/.gitignore index f08c082..9fd759b 100644 --- a/.gitignore +++ b/.gitignore @@ -20,4 +20,3 @@ node.exe /app/app.js /app/background.js /app/**/*.map - diff --git a/CHANGELOG.md b/CHANGELOG.md index 9268e48..9f3c2b0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# [1.2.0](https://github.com/DEgITx/rats-search/compare/v1.1.4...v1.2.0) (2019-03-31) + + +### Bug Fixes + +* **p2p:** additional check of dublicated peers ([11ff3d0](https://github.com/DEgITx/rats-search/commit/11ff3d0)) + + +### Features + +* **p2p:** replaced old ssh relay to new relay mechanism (improved p2p network stablity over NAT). ([ae15f59](https://github.com/DEgITx/rats-search/commit/ae15f59)) + ## [1.1.4](https://github.com/DEgITx/rats-search/compare/v1.1.3...v1.1.4) (2019-02-19) diff --git a/package.json b/package.json index 0630ee3..ea2831b 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": "1.1.4", + "version": "1.2.0", "private": true, "author": "Alexey Kasyanchuk ", "copyright": "Copyright © 2018 Alexey Kasyanchuk",