diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ad0d58..50cc8cb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +## [1.1.3](https://github.com/DEgITx/rats-search/compare/v1.1.2...v1.1.3) (2019-01-31) + + +### Bug Fixes + +* **test:** less agressive start timeout ([badfd21](https://github.com/DEgITx/rats-search/commit/badfd21)) +* **updater:** linux update format was broken ([116cbd7](https://github.com/DEgITx/rats-search/commit/116cbd7)) + + +### Performance Improvements + +* **memory:** fix memory leak on gui size ([d0d02cd](https://github.com/DEgITx/rats-search/commit/d0d02cd)) + ## [1.1.2](https://github.com/DEgITx/rats-search/compare/v1.1.1...v1.1.2) (2019-01-28) diff --git a/package.json b/package.json index 7ad6392..6ff6f8e 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.2", + "version": "1.1.3", "private": true, "author": "Alexey Kasyanchuk ", "copyright": "Copyright © 2018 Alexey Kasyanchuk",