From 570a09d737fbdad4b25578c3eb6c6fa1634be4ae Mon Sep 17 00:00:00 2001 From: Brandon Myers Date: Thu, 25 Jul 2019 16:28:52 -0500 Subject: [PATCH] Add release notes for v3.1.1 --- CHANGELOG.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index caabce25c..0c096bedc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,21 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) ## [Unreleased] +## [v3.1.1] - 2019-07-25 + +### Added +- Ability to get open indices in ElasticsearchClient +- Documentation on installing dependencies on Mac OS X + +### Changed +- AWS Managed Elasticsearch/Kibana version to 6.7 + +### Fixed +- Disk free/total in /about page shows at most 2 decimal places +- Connections to SQS and S3 without access key and secret +- Ability to block IPs and add to Watchlist + + ## [v3.1.0] - 2019-07-18 ### Added @@ -41,6 +56,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) - Unnecessary and conflicting package dependencies from MozDef and mozdef_util - get_indices to include closed indices + ## [v3.0.0] - 2019-07-08 ### Added - Support for Python3