From 7aac296a93791c7073419f059229a417353ed70b Mon Sep 17 00:00:00 2001 From: Brandon Myers Date: Thu, 27 Jun 2019 13:49:59 -0500 Subject: [PATCH] Update mozdef version for v2.0.0 --- CHANGELOG | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 309ada1fc..e488fdd90 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -5,6 +5,19 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) ## [Unreleased] +## [v2.0.0] - 2019-06-28 +### Added +- Source IP and Destination IP GeoPoints +- Elasticsearch 6.8 Support +- Kibana 6.8 Support +- All doc_types have been set to _doc to support Elasticsearch >= 6 + +### Removed +- Elasticsearch <= 5 Support +- Kibana <= 5 Support +- Specifying AWS keys in S3 backup script, moved to Elasticsearch Secrets + + ## [v1.40.0] - 2019-06-27 ### Added - Alertplugin for ip source enrichment @@ -104,7 +117,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) - Added checks on sending SQS messages to only accept intra-account messages - Improved docker performance and disk space requirements -[Unreleased]: https://github.com/mozilla/MozDef/compare/v1.39.0...HEAD +[Unreleased]: https://github.com/mozilla/MozDef/compare/v2.00.0...HEAD +[v2.0.0]: https://github.com/mozilla/MozDef/compare/v1.40.0...v2.00.0 +[v1.40.0]: https://github.com/mozilla/MozDef/compare/v1.40.0...v1.39.0 [v1.39.0]: https://github.com/mozilla/MozDef/compare/v1.38.5...v1.39.0 [v1.38.5]: https://github.com/mozilla/MozDef/compare/v1.38.4...v1.38.5 [v1.38.4]: https://github.com/mozilla/MozDef/compare/v1.38.3...v1.38.4