diff --git a/CHANGELOG.md b/CHANGELOG.md index 7a7d8e17c..8b74b6044 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [1.34.3](https://github.com/jm33-m0/emp3r0r/compare/v1.34.2...v1.34.3) (2024-01-16) + + +### Bug Fixes + +* agent aborts connection (Windows) ([8c73193](https://github.com/jm33-m0/emp3r0r/commit/8c731935b440ff4828ed4aa23bc8ee8bd6148f31)) +* agent aborts connection when C2 is unreachable ([def1b2a](https://github.com/jm33-m0/emp3r0r/commit/def1b2a453931dc8e2490749b649720b6eedb289)) +* show C2 address in agent system info ([7032d34](https://github.com/jm33-m0/emp3r0r/commit/7032d34c0d546264335664048213d0a9767010ec)) +* ssh C2 relay client should retry connection until SSH session is established ([966147b](https://github.com/jm33-m0/emp3r0r/commit/966147b4f0199022576141aeef93c99bfff78972)) + ## [1.34.2](https://github.com/jm33-m0/emp3r0r/compare/v1.34.1...v1.34.2) (2024-01-13) diff --git a/core/lib/data/def.go b/core/lib/data/def.go index 411c93709..1e1a7a3f0 100644 --- a/core/lib/data/def.go +++ b/core/lib/data/def.go @@ -64,7 +64,7 @@ const ( // Version hardcoded version string // see https://github.com/googleapis/release-please/blob/f398bdffdae69772c61a82cd7158cca3478c2110/src/updaters/generic.ts#L30 - Version = "v1.34.2" // x-release-please-version + Version = "v1.34.3" // x-release-please-version // RShellBufSize buffer size of reverse shell stream RShellBufSize = 128