Skip to content

Commit e6f97bb

Browse files
author
David Kraus
committed
ready for release 2.1.10
1 parent 6c84f2f commit e6f97bb

File tree

5 files changed

+7
-2
lines changed

5 files changed

+7
-2
lines changed
File renamed without changes.

CHANGELOG/2.1.10/date.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Apr 5th, 2023

RELEASE.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2.1.10 [Apr 5th, 2023]:
2+
---
3+
* [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
4+
15
2.1.9 [Dec 15th, 2022]:
26
---
37
* [ADD] Add vuln delete vuln-id

faraday_cli/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "2.1.9"
1+
__version__ = "2.1.10"

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
faraday-plugins>=1.9.0
1+
faraday-plugins>=1.11.0
22
click>=8.0.1
33
colorama>=0.4.4
44
jsonschema>=3.2.0

0 commit comments

Comments
 (0)