From 0b93e7151caa38fbcff44fa0fe92db48ae9a46ba Mon Sep 17 00:00:00 2001 From: Emilio Pinna Date: Mon, 15 Oct 2018 21:03:26 +0100 Subject: [PATCH] Bump to version 3.7.0 --- CHANGELOG.md | 9 +++++++++ core/messages.py | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4fc90f6e..4ba36567 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Change Log +## [v3.7.0] - 2018-10-15 +### Fixed +- Fix vector handling in audit_etcpasswd #93 + +### Added +- HTTPS proxy support +- Support OPTIONS request in net_curl module +- Use httpbin for net_proxy testing + ## [v3.6.2] - 2018-06-27 ### Fixed - Remove audit_linuxprivchecker module diff --git a/core/messages.py b/core/messages.py index ae86b9d6..96649aa5 100644 --- a/core/messages.py +++ b/core/messages.py @@ -1,4 +1,4 @@ -version = '3.6.2' +version = '3.7.0' class generic: file_s_not_found = "File '%s' not found"