Skip to content

Commit b85d3b7

Browse files
author
Nicolas Rebagliati
committed
ready for release 2.1.4
1 parent 8a4f658 commit b85d3b7

File tree

5 files changed

+8
-4
lines changed

5 files changed

+8
-4
lines changed

CHANGELOG/2.1.4/date.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
May 23th, 2022

RELEASE.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
1+
2.1.4 [May 23th, 2022]:
2+
---
3+
* Check if token is valid on start in shell mode
4+
15
2.1.3 [May 20th, 2022]:
26
---
3-
* ADD possibility to avoid resolve hostname by changing resolve_hostname parameter
7+
* Now is possible to doesn't resolve hostname by changing resolve_hostname parameter
48
* Fix the colors in Severity Stats
59

610
2.1.2 [Jan 11th, 2022]:
711
---
812
* Update Documentation
9-
* Workaround for api bug
1013

1114
2.1.1 [Dec 13th, 2021]:
1215
---

faraday_cli/__init__.py

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

requirements.txt

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

0 commit comments

Comments
 (0)