Skip to content
This repository was archived by the owner on Nov 3, 2021. It is now read-only.

Commit fe936db

Browse files
authored
Merge pull request #1395 from mozilla/release_3.1.1
Add release notes for v3.1.1
2 parents 6bd7fb3 + bebf3a4 commit fe936db

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

CHANGELOG.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,21 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
55

66
## [Unreleased]
77

8+
## [v3.1.1] - 2019-07-25
9+
10+
### Added
11+
- Ability to get open indices in ElasticsearchClient
12+
- Documentation on installing dependencies on Mac OS X
13+
14+
### Changed
15+
- AWS Managed Elasticsearch/Kibana version to 6.7
16+
17+
### Fixed
18+
- Disk free/total in /about page shows at most 2 decimal places
19+
- Connections to SQS and S3 without access key and secret
20+
- Ability to block IPs and add to Watchlist
21+
22+
823
## [v3.1.0] - 2019-07-18
924

1025
### Added
@@ -41,6 +56,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
4156
- Unnecessary and conflicting package dependencies from MozDef and mozdef_util
4257
- get_indices to include closed indices
4358

59+
4460
## [v3.0.0] - 2019-07-08
4561
### Added
4662
- Support for Python3
@@ -168,7 +184,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
168184
- Added checks on sending SQS messages to only accept intra-account messages
169185
- Improved docker performance and disk space requirements
170186

171-
[Unreleased]: https://github.com/mozilla/MozDef/compare/v3.1.0...HEAD
187+
[Unreleased]: https://github.com/mozilla/MozDef/compare/v3.1.1...HEAD
188+
[v3.1.1]: https://github.com/mozilla/MozDef/compare/v3.1.0...v3.1.1
172189
[v3.1.0]: https://github.com/mozilla/MozDef/compare/v3.0.0...v3.1.0
173190
[v3.0.0]: https://github.com/mozilla/MozDef/compare/v2.0.1...v3.0.0
174191
[v2.0.1]: https://github.com/mozilla/MozDef/compare/v2.0.0...v2.0.1

0 commit comments

Comments
 (0)