From b3e2b0c50006d183fe8bc14c29336f11f83786c8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 24 Jan 2024 17:45:16 +0800 Subject: [PATCH] chore(master): release 1.35.0 (#299) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 13 +++++++++++++ core/lib/data/def.go | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cb8b87f33..6f25d69df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [1.35.0](https://github.com/jm33-m0/emp3r0r/compare/v1.34.10...v1.35.0) (2024-01-24) + + +### Features + +* support DLL agent stub (`amd64` only) ([eda0e94](https://github.com/jm33-m0/emp3r0r/commit/eda0e94cc30f82bc80b6e4dbbcddffded8da4265)) + + +### Bug Fixes + +* `-gencert` refuses to work when `emp3r0r.json` not found ([f100936](https://github.com/jm33-m0/emp3r0r/commit/f100936ef288eadb6045c67bc5d1c165fa0f9c5b)) +* refactor: merge Linux/Windows agent code ([db70d70](https://github.com/jm33-m0/emp3r0r/commit/db70d702dad6e7033310b9c7cbecd57a5bc2aed7)) + ## [1.34.10](https://github.com/jm33-m0/emp3r0r/compare/v1.34.9...v1.34.10) (2024-01-22) diff --git a/core/lib/data/def.go b/core/lib/data/def.go index fdba5d80e..01c2aa644 100644 --- a/core/lib/data/def.go +++ b/core/lib/data/def.go @@ -65,7 +65,7 @@ const ( // Version hardcoded version string // see https://github.com/googleapis/release-please/blob/f398bdffdae69772c61a82cd7158cca3478c2110/src/updaters/generic.ts#L30 - Version = "v1.34.10" // x-release-please-version + Version = "v1.35.0" // x-release-please-version // RShellBufSize buffer size of reverse shell stream RShellBufSize = 128