diff --git a/CHANGELOG.md b/CHANGELOG.md index 18eb87f..67773a1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,10 @@ and simply didn't have the time to go back and retroactively create one. ## [Unreleased] +## [0.5.2] - 2021-12-31 +Bug fixes for argument parsing and improved SSH key support thanks to +`paramiko-ng`. Moved to a prettier theme for ReadTheDocs documentation. + ### Changed - Fixed parsing of `--ssl` argument in main entrypoint ([#225](https://github.com/calebstewart/pwncat/issues/225)) - Replaced `paramiko` with `paramiko-ng` diff --git a/pyproject.toml b/pyproject.toml index b7ba676..87f5a09 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ addopts = "-v" [tool.poetry] name = "pwncat-cs" -version = "0.5.1" +version = "0.5.2" description = "Reverse and bind shell automation framework" authors = ["Caleb Stewart ", "John Hammond"] readme = "README.md"