diff --git a/CHANGELOG.md b/CHANGELOG.md index 5327236ee..a51467c4a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,8 +13,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - **Security** in case of vulnerabilities. ## [Unreleased] -- Added Route4Me to sponsor page on Empire (@Cx01N) -- Fixed global obfuscation bug in listener staging (@Cx01N) + +## [5.11.2] - 2024-08-08 + +- Added Route4Me to sponsor page on Empire (@Cx01N) +- Fixed global obfuscation bug in listener staging (@Cx01N) ## [5.11.1] - 2024-07-23 @@ -888,7 +891,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Updated shellcoderdi to newest version (@Cx01N) - Added a Nim launcher (@Hubbl3) -[Unreleased]: https://github.com/BC-SECURITY/Empire-Sponsors/compare/v5.11.1...HEAD +[Unreleased]: https://github.com/BC-SECURITY/Empire-Sponsors/compare/v5.11.2...HEAD + +[5.11.2]: https://github.com/BC-SECURITY/Empire-Sponsors/compare/v5.11.1...v5.11.2 [5.11.1]: https://github.com/BC-SECURITY/Empire-Sponsors/compare/v5.11.0...v5.11.1 diff --git a/empire/server/common/empire.py b/empire/server/common/empire.py index aedd09f7f..534a559c6 100755 --- a/empire/server/common/empire.py +++ b/empire/server/common/empire.py @@ -38,7 +38,7 @@ from . import agents, credentials, listeners, stagers -VERSION = "5.11.1 BC Security Fork" +VERSION = "5.11.2 BC Security Fork" log = logging.getLogger(__name__) diff --git a/pyproject.toml b/pyproject.toml index fa76bfa22..b7625d181 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "empire-bc-security-fork" -version = "5.11.1" +version = "5.11.2" description = "" authors = ["BC Security "] readme = "README.md"