Skip to content

Commit

Permalink
chore(release): Thanatos release 'v0.1.11'
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 19, 2024
1 parent 1770b21 commit caf4d2a
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ This changelog file adheres to [keepachangelog](https://keepachangelog.com/en/1.

## [Unreleased]

## [0.1.11] - 2024-12-19

### Fixed

- Fixes netstat command to include the browser script [7ef0969](https://github.com/MythicAgents/thanatos/commit/7ef09696abc939a773d49bef28a8dabb6dd7d9d2).
Expand Down Expand Up @@ -138,7 +140,8 @@ This changelog file adheres to [keepachangelog](https://keepachangelog.com/en/1.

Initial public release

[unreleased]: https://github.com/MythicAgents/thanatos/compare/v0.1.10...HEAD
[unreleased]: https://github.com/MythicAgents/thanatos/compare/v0.1.11...HEAD
[0.1.11]: https://github.com/MythicAgents/thanatos/compare/v0.1.10...v0.1.11
[0.1.10]: https://github.com/MythicAgents/thanatos/compare/v0.1.9...v0.1.10
[0.1.9]: https://github.com/MythicAgents/thanatos/compare/v0.1.8...v0.1.9
[0.1.8]: https://github.com/MythicAgents/thanatos/compare/v0.1.7...v0.1.8
Expand Down
2 changes: 1 addition & 1 deletion Payload_Type/thanatos/thanatos/agent_code/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "thanatos"
version = "0.1.10"
version = "0.1.11"
authors = ["Matt Ehrnschwender (@M_alphaaa)"]
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion agent_capabilities.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@
"http"
],
"mythic_version": "3.2",
"agent_version": "0.1.10",
"agent_version": "0.1.11",
"supported_wrappers": []
}
2 changes: 1 addition & 1 deletion config.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
"exclude_documentation_wrapper": true,
"exclude_agent_icons": false,
"remote_images": {
"thanatos": "ghcr.io/mythicagents/thanatos:v0.1.10"
"thanatos": "ghcr.io/mythicagents/thanatos:v0.1.11"
}
}

0 comments on commit caf4d2a

Please sign in to comment.