diff --git a/CHANGELOG/current/79.md b/CHANGELOG/2.1.10/79.md similarity index 100% rename from CHANGELOG/current/79.md rename to CHANGELOG/2.1.10/79.md diff --git a/CHANGELOG/2.1.10/date.md b/CHANGELOG/2.1.10/date.md new file mode 100644 index 0000000..fff9c2d --- /dev/null +++ b/CHANGELOG/2.1.10/date.md @@ -0,0 +1 @@ +Apr 5th, 2023 diff --git a/RELEASE.md b/RELEASE.md index 0133431..bcef385 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -1,3 +1,7 @@ +2.1.10 [Apr 5th, 2023]: +--- + * [MOD] Change resolve_hostname to false for default, add the --resolve-hostname flag for host create and add --force flag to tool run to process the output of the command regardless of the return code. #79 + 2.1.9 [Dec 15th, 2022]: --- * [ADD] Add vuln delete vuln-id diff --git a/faraday_cli/__init__.py b/faraday_cli/__init__.py index 254c121..55f47b0 100644 --- a/faraday_cli/__init__.py +++ b/faraday_cli/__init__.py @@ -1 +1 @@ -__version__ = "2.1.9" +__version__ = "2.1.10" diff --git a/requirements.txt b/requirements.txt index ad1d8d2..e12779f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -faraday-plugins>=1.9.0 +faraday-plugins>=1.11.0 click>=8.0.1 colorama>=0.4.4 jsonschema>=3.2.0