From 4312b63cefb836d992192b756f5cef4539ee8781 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 2 Mar 2018 01:22:08 +0000 Subject: [PATCH] chore(release): 0.9.0 [skip ci] # [0.9.0](https://github.com/DEgITx/rats-search/compare/v0.8.0...v0.9.0) (2018-03-02) ### Features * **network:** UPnP support ([6ba0d05](https://github.com/DEgITx/rats-search/commit/6ba0d05)) --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c3004d3..54f1810 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ + +# [0.9.0](https://github.com/DEgITx/rats-search/compare/v0.8.0...v0.9.0) (2018-03-02) + + +### Features + +* **network:** UPnP support ([6ba0d05](https://github.com/DEgITx/rats-search/commit/6ba0d05)) + # [0.8.0](https://github.com/DEgITx/rats-search/compare/v0.7.1...v0.8.0) (2018-03-01) diff --git a/package.json b/package.json index d6ae74c..679fb84 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.8.0", + "version": "0.9.0", "private": true, "author": "Alexey Kasyanchuk ", "copyright": "Copyright © 2018 Alexey Kasyanchuk",