Skip to content

Commit

Permalink
Merge pull request #692 from BC-SECURITY/release/5.7.0-private
Browse files Browse the repository at this point in the history
v5.7.0 into private-main
  • Loading branch information
vinnybod committed Sep 17, 2023
2 parents 31ee108 + 54e1790 commit 2da1f41
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [5.7.0] - 2023-09-17

- Add avatars to users (@Vinnybod)
- Update plugin documentation, update embedded plugins to not abuse notifications (@Vinnybod)
- Add additional pre-commit hooks for code cleanup (@Vinnybod)
Expand Down Expand Up @@ -585,7 +587,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.6.4...HEAD
[Unreleased]: https://github.com/BC-SECURITY/Empire-Sponsors/compare/v5.7.0...HEAD

[5.7.0]: https://github.com/BC-SECURITY/Empire-Sponsors/compare/v5.6.4...v5.7.0

[5.6.4]: https://github.com/BC-SECURITY/Empire-Sponsors/compare/v5.6.3...v5.6.4

Expand Down
2 changes: 1 addition & 1 deletion empire/server/common/empire.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@

from . import agents, credentials, listeners, stagers

VERSION = "5.6.4 BC Security Fork"
VERSION = "5.7.0 BC Security Fork"

log = logging.getLogger(__name__)

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "empire-bc-security-fork"
version = "5.6.4"
version = "5.7.0"
description = ""
authors = ["BC Security <info@bc-security.org>"]
readme = "README.md"
Expand Down

0 comments on commit 2da1f41

Please sign in to comment.