From d67865bdaac60dd0761d0698062e7b443a62c6db Mon Sep 17 00:00:00 2001 From: Caleb Stewart Date: Sun, 9 Jan 2022 12:53:46 -0500 Subject: [PATCH] Bumped version to 0.5.3. --- CHANGELOG.md | 5 ++++- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 709f4c8d..3ecfe441 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 The Changelog starts with v0.4.1, because we did not keep one before that, and simply didn't have the time to go back and retroactively create one. -## [Unreleased] +## [0.5.3] - 2022-01-09 +Fix for argument parsing bug introduced in `0.5.2` which caused bind/connect +protocols to be automatically interpreted as SSL even when `--ssl` was not +provided. ### Changed - Fixed parsing of `--ssl` argument ([#231](https://github.com/calebstewart/pwncat/issues/231)). diff --git a/pyproject.toml b/pyproject.toml index 87f5a09e..3eb2b19a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ addopts = "-v" [tool.poetry] name = "pwncat-cs" -version = "0.5.2" +version = "0.5.3" description = "Reverse and bind shell automation framework" authors = ["Caleb Stewart ", "John Hammond"] readme = "README.md"