Skip to content

Commit

Permalink
chore(release): Thanatos release 'v0.1.10'
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 19, 2024
1 parent c78b14e commit 2d3a03f
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.10] - 2024-12-19

### Added

- `netstat` command for returning active network connections authored by [@maclarel](https://github.com/maclarel) added in [#40](https://github.com/MythicAgents/thanatos/pull/40).
Expand Down Expand Up @@ -132,7 +134,8 @@ This changelog file adheres to [keepachangelog](https://keepachangelog.com/en/1.

Initial public release

[unreleased]: https://github.com/MythicAgents/thanatos/compare/v0.1.9...HEAD
[unreleased]: https://github.com/MythicAgents/thanatos/compare/v0.1.10...HEAD
[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
[0.1.7]: https://github.com/MythicAgents/thanatos/compare/v0.1.6...v0.1.7
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.9"
version = "0.1.10"
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.9",
"agent_version": "0.1.10",
"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.9"
"thanatos": "ghcr.io/mythicagents/thanatos:v0.1.10"
}
}

0 comments on commit 2d3a03f

Please sign in to comment.