From ce5d3d1803bf9734e5d15d977d9ad734666a88c0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 19 Jul 2023 17:33:36 +0800 Subject: [PATCH] chore(master): release 1.30.5 (#237) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 9 +++++++++ core/lib/data/def.go | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b16b18ae9..d2cb3a9cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [1.30.5](https://github.com/jm33-m0/emp3r0r/compare/v1.30.4...v1.30.5) (2023-07-19) + + +### Bug Fixes + +* [#236](https://github.com/jm33-m0/emp3r0r/issues/236) ([84e1fda](https://github.com/jm33-m0/emp3r0r/commit/84e1fdacb0320d7c83cec7dea1a604749919c82f)) +* `label` by tag not working ([131d84e](https://github.com/jm33-m0/emp3r0r/commit/131d84e1f1aa2e888978adaedd6876b61cd9e2ce)) +* UUID is all zero for Windows ([fd487d6](https://github.com/jm33-m0/emp3r0r/commit/fd487d615c60b65b98b7c62f12994d497c24b9ff)) + ## [1.30.4](https://github.com/jm33-m0/emp3r0r/compare/v1.30.3...v1.30.4) (2023-07-15) diff --git a/core/lib/data/def.go b/core/lib/data/def.go index 4b564374f..4611fe1cd 100644 --- a/core/lib/data/def.go +++ b/core/lib/data/def.go @@ -63,7 +63,7 @@ const ( // Version hardcoded version string // see https://github.com/googleapis/release-please/blob/f398bdffdae69772c61a82cd7158cca3478c2110/src/updaters/generic.ts#L30 - Version = "v1.30.4" // x-release-please-version + Version = "v1.30.5" // x-release-please-version // RShellBufSize buffer size of reverse shell stream RShellBufSize = 128