Skip to content

Commit d85fca6

Browse files
author
David Kraus
committed
ready for release 2.1.9
1 parent ab72e35 commit d85fca6

5 files changed

Lines changed: 9 additions & 2 deletions

File tree

File renamed without changes.

CHANGELOG/2.1.9/date.md

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

RELEASE.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
2.1.9 [Dec 15th, 2022]:
2+
---
3+
* [ADD] Add vuln delete vuln-id
4+
5+
16
2.1.8 [OCt 27th, 2022]:
27
---
38
* [Add] New method to update existing vuln
@@ -106,3 +111,4 @@
106111
---
107112
* First version released, use with caution as it is still beta phase.
108113
* Access a faraday server from your CLI, your CI o any other bash interpreter.
114+

faraday_cli/__init__.py

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

requirements.txt

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

0 commit comments

Comments
 (0)