From 82857fcd9d0ca589966ca7d1bf209d75d879cd3d Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Sat, 9 Dec 2023 20:25:27 +0000 Subject: [PATCH] Prepare release 5.8.2 private --- CHANGELOG.md | 6 +++++- empire/server/common/empire.py | 2 +- pyproject.toml | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 41613ff99..3ae430595 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [5.8.2] - 2023-12-09 + ### Fixed - Fixed error in generating stager for HTTP Hop listener (@Cx01N) @@ -687,7 +689,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.8.1...HEAD +[Unreleased]: https://github.com/BC-SECURITY/Empire-Sponsors/compare/v5.8.2...HEAD + +[5.8.2]: https://github.com/BC-SECURITY/Empire-Sponsors/compare/v5.8.1...v5.8.2 [5.8.1]: https://github.com/BC-SECURITY/Empire-Sponsors/compare/v5.8.0...v5.8.1 diff --git a/empire/server/common/empire.py b/empire/server/common/empire.py index 7894b716d..c0b5f493f 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.8.1 BC Security Fork" +VERSION = "5.8.2 BC Security Fork" log = logging.getLogger(__name__) diff --git a/pyproject.toml b/pyproject.toml index 53dfeb23c..339738b60 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "empire-bc-security-fork" -version = "5.8.1" +version = "5.8.2" description = "" authors = ["BC Security "] readme = "README.md"