From e29d90e18879a7ff5669a5e10ef55d0a646cdba5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 13:17:36 +1100 Subject: [PATCH] chore(master): release 1.37.7 (#331) 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 128283f50..b6989e3d2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [1.37.7](https://github.com/jm33-m0/emp3r0r/compare/v1.37.6...v1.37.7) (2024-10-21) + + +### Bug Fixes + +* build: switch to `zstd` ([d7e1eeb](https://github.com/jm33-m0/emp3r0r/commit/d7e1eeb8d9b02c2a6e71cb8e4805e05fba8f657b)) +* update deps ([f4b177f](https://github.com/jm33-m0/emp3r0r/commit/f4b177fe287448df7e3bd4d403bc037e6510c4f3)) +* use trusted built-in CA pool ([8ae44f0](https://github.com/jm33-m0/emp3r0r/commit/8ae44f0eab5b1f9df8608da33861ddf4a711a0b6)) + ## [1.37.6](https://github.com/jm33-m0/emp3r0r/compare/v1.37.5...v1.37.6) (2024-10-20) diff --git a/core/lib/data/def.go b/core/lib/data/def.go index 2d0f2b190..739d3594f 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.37.6" // x-release-please-version + Version = "v1.37.7" // x-release-please-version // RShellBufSize buffer size of reverse shell stream RShellBufSize = 128