From 6237c704619972f307c38eff9f010056855e6332 Mon Sep 17 00:00:00 2001 From: Ilya Pirozhenko Date: Thu, 11 May 2017 17:29:30 +0300 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 59d02ef..9a6d77a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,20 @@ Change log ========== +0.9.4 (2017-05-11) +------------------- + +### New features +- Added [FTP Crawler](https://blog.ambar.cloud/crawling-and-searching-ftp-folder-with-ambar/) +- Added [Mail Crawler](https://blog.ambar.cloud/crawling-and-searching-email-inbox-with-ambar/) + +### Bugfixes +- Minor UI and WebApi bugfixes (thanks for your feedback) + +### Migration from 0.9.3 + +- To update your Ambar to latest version use `wget -O ambar.py https://static.ambar.cloud/ambar.py && chmod +x ./ambar.py && sudo ./ambar.py update`. + 0.9.3 (2017-05-04) -------------------