diff --git a/CHANGELOG.md b/CHANGELOG.md index 93b09cb..ce5f8b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,11 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html), and is generated by [Changie](https://github.com/miniscruff/changie). +## v0.6.0 - 2025-01-04 +### Added +* Command Type Package - allows one to perform package operations [docs](https://backy.cybershell.xyz/config/packages/) +* Exec subcommand `host` allows for parallel execution of commands on hosts. [See docs](https://backy.cybershell.xyz/cli/exec) + ## v0.5.0 - 2024-11-19 ### Added * Lists can now go in a file. See docs for more information.