diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f3c2b0..38e995b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [1.2.1](https://github.com/DEgITx/rats-search/compare/v1.2.0...v1.2.1) (2019-04-03) + + +### Bug Fixes + +* **core:** fix sometimes calc of torrents sizes ([41ebb68](https://github.com/DEgITx/rats-search/commit/41ebb68)) +* **relay:** priority to relays peers ([c168903](https://github.com/DEgITx/rats-search/commit/c168903)) + # [1.2.0](https://github.com/DEgITx/rats-search/compare/v1.1.4...v1.2.0) (2019-03-31) diff --git a/package.json b/package.json index ea2831b..d840dd2 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.2.0", + "version": "1.2.1", "private": true, "author": "Alexey Kasyanchuk ", "copyright": "Copyright © 2018 Alexey Kasyanchuk",