From 31db999945e8ffc1c5be9542a2ddb87818f2010d Mon Sep 17 00:00:00 2001 From: its-a-feature Date: Thu, 16 Apr 2026 08:07:33 -0500 Subject: [PATCH] updating version and readme --- CHANGELOG.MD | 9 +++++++++ VERSION | 2 +- mythic-docker/src/utils/config.go | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.MD b/CHANGELOG.MD index 17f37aab..94e0b5a8 100644 --- a/CHANGELOG.MD +++ b/CHANGELOG.MD @@ -4,6 +4,15 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [3.4.35] - 2026-04-16 + +### Changed + +- Merged PR #546 to address missing return in GenerateAPITokenWebhook that would allow non-admin users to generate API Tokens for Bot accounts +- Added server name to emitted log messages +- Merged PR #545 to address missing operation_id in task's log messages for logging containers +- Updated C2 profile code in the UI to properly handle `ui_position` from C2 Profile parameters in payload build + ## [3.4.34] - 2026-04-13 ### Changed diff --git a/VERSION b/VERSION index 36ebae17..113b5876 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.4.34 \ No newline at end of file +3.4.35 \ No newline at end of file diff --git a/mythic-docker/src/utils/config.go b/mythic-docker/src/utils/config.go index 909da703..be52bc89 100644 --- a/mythic-docker/src/utils/config.go +++ b/mythic-docker/src/utils/config.go @@ -11,7 +11,7 @@ import ( "github.com/spf13/viper" ) -const mythicServerVersion = "3.4.34" +const mythicServerVersion = "3.4.35" type Config struct { // server configuration