diff --git a/CHANGELOG/current/349.md b/CHANGELOG/1.19.1/349.md similarity index 100% rename from CHANGELOG/current/349.md rename to CHANGELOG/1.19.1/349.md diff --git a/CHANGELOG/current/350.md b/CHANGELOG/1.19.1/350.md similarity index 100% rename from CHANGELOG/current/350.md rename to CHANGELOG/1.19.1/350.md diff --git a/CHANGELOG/current/351.md b/CHANGELOG/1.19.1/351.md similarity index 100% rename from CHANGELOG/current/351.md rename to CHANGELOG/1.19.1/351.md diff --git a/CHANGELOG/1.19.1/date.md b/CHANGELOG/1.19.1/date.md new file mode 100644 index 00000000..d424556c --- /dev/null +++ b/CHANGELOG/1.19.1/date.md @@ -0,0 +1 @@ +Sep 20th, 2024 diff --git a/RELEASE.md b/RELEASE.md index 3017d783..030891b6 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -1,3 +1,9 @@ +1.19.1 [Sep 20th, 2024]: +--- + * [MOD] Updated the SSLyze JSON parser to support and correctly process scan results from SSLyze version 6. #349 + * [FIX] Crowdstrike IP resolution for asset. #350 + * [FIX] Corrected a hostname resolution issue that was causing traceback errors and malfunctioning of the plugin. This fix ensures proper hostname resolution and stabilizes plugin performance. #351 + 1.19.0 [Aug 23rd, 2024]: --- * [ADD] Added owasp dependency check. #100 diff --git a/faraday_plugins/__init__.py b/faraday_plugins/__init__.py index 85bf80df..2d91dc8f 100644 --- a/faraday_plugins/__init__.py +++ b/faraday_plugins/__init__.py @@ -1,2 +1,2 @@ -__version__ = '1.19.0' +__version__ = '1.19.1'