diff --git a/CHANGELOG/current/add_script_to_nmap.md b/CHANGELOG/2.1.2/add_script_to_nmap.md similarity index 100% rename from CHANGELOG/current/add_script_to_nmap.md rename to CHANGELOG/2.1.2/add_script_to_nmap.md diff --git a/CHANGELOG/2.1.2/date.md b/CHANGELOG/2.1.2/date.md new file mode 100644 index 00000000..b74ac4e0 --- /dev/null +++ b/CHANGELOG/2.1.2/date.md @@ -0,0 +1 @@ +Oct 19th, 2021 diff --git a/RELEASE.md b/RELEASE.md index 1eef574e..adb909ed 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -1,3 +1,7 @@ +2.1.2 [Oct 19th, 2021]: +--- + * ADD script to nmap logic + 2.1.1 [Aug 18th, 2021]: --- * ADD option via configuration YAML file to ignore ssl errors diff --git a/faraday_agent_dispatcher/__init__.py b/faraday_agent_dispatcher/__init__.py index 8edc14a4..87e290fb 100644 --- a/faraday_agent_dispatcher/__init__.py +++ b/faraday_agent_dispatcher/__init__.py @@ -20,4 +20,4 @@ __author__ = """Faraday Development Team""" __email__ = "devel@infobytesec.com" -__version__ = "2.1.0" +__version__ = "2.1.2"