From cd44412f90d31115b52c380b147b2e930d97aac0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 21 Dec 2024 23:12:43 +1100 Subject: [PATCH] chore(master): release 1.39.9 (#349) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 7 +++++++ core/lib/data/def.go | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d65ab0106..de4a77c0d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.39.9](https://github.com/jm33-m0/emp3r0r/compare/v1.39.8...v1.39.9) (2024-12-21) + + +### Bug Fixes + +* new `cc_host` not added to server cert, old names get repeated ([e3ef171](https://github.com/jm33-m0/emp3r0r/commit/e3ef1710fe8b2c679027984a30a98af9294ab687)) + ## [1.39.8](https://github.com/jm33-m0/emp3r0r/compare/v1.39.7...v1.39.8) (2024-12-21) diff --git a/core/lib/data/def.go b/core/lib/data/def.go index bf0663e18..b7f17e951 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.39.8" // x-release-please-version + Version = "v1.39.9" // x-release-please-version // RShellBufSize buffer size of reverse shell stream RShellBufSize = 128