diff --git a/CHANGELOG.md b/CHANGELOG.md index 9158fd6..6e5ca0f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# [0.26.0](https://github.com/DEgITx/rats-search/compare/v0.25.0...v0.26.0) (2018-07-20) + + +### Bug Fixes + +* **feed:** exchage feeds with same size but more new ([0223ad9](https://github.com/DEgITx/rats-search/commit/0223ad9)) + + +### Features + +* **gui:** remember scroll on back [#13](https://github.com/DEgITx/rats-search/issues/13) ([71ce6b9](https://github.com/DEgITx/rats-search/commit/71ce6b9)) + # [0.25.0](https://github.com/DEgITx/rats-search/compare/v0.24.0...v0.25.0) (2018-07-19) diff --git a/package.json b/package.json index fae3bcf..f77b01d 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.25.0", + "version": "0.26.0", "private": true, "author": "Alexey Kasyanchuk ", "copyright": "Copyright © 2018 Alexey Kasyanchuk",