From 8f307aae6b8f2777a5146e45a98f0541980b4667 Mon Sep 17 00:00:00 2001 From: Vince Rose Date: Sun, 12 Jan 2025 15:26:20 -0700 Subject: [PATCH] manual 5.12.2 bump --- 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 20dbd09ff..7ffbc42b6 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] +## [v5.12.2] - 2025-01-12 + ### Fixed - Fixed issue with C# exe and shellcode not compiling PowerShell stagers @@ -950,7 +952,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.12.1...HEAD +[Unreleased]: https://github.com/BC-SECURITY/Empire-Sponsors/compare/v5.12.2...HEAD + +[5.12.2]: https://github.com/BC-SECURITY/Empire-Sponsors/compare/v5.12.1...v5.12.2 [5.12.1]: https://github.com/BC-SECURITY/Empire-Sponsors/compare/v5.12.0...v5.12.1 diff --git a/empire/server/common/empire.py b/empire/server/common/empire.py index e070f7ba5..77c15ee47 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.12.1 BC Security Fork" +VERSION = "5.12.2 BC Security Fork" log = logging.getLogger(__name__) diff --git a/pyproject.toml b/pyproject.toml index 24120f1ec..8a4e5dd68 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "empire-bc-security-fork" -version = "5.12.1" +version = "5.12.2" description = "" authors = ["BC Security "] readme = "README.md"