diff --git a/CHANGELOG.md b/CHANGELOG.md index d42d575..7117ce9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.2.2](https://github.com/shell-pool/shpool-vterm/compare/v0.2.1...v0.2.2) - 2026-08-28 + +### Added + +- add optional log tagging + ## [0.2.1](https://github.com/shell-pool/shpool-vterm/compare/v0.2.0...v0.2.1) - 2026-08-27 ### Added diff --git a/Cargo.toml b/Cargo.toml index 83ffe3b..9fbfb03 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "shpool-vterm" -version = "0.2.1" +version = "0.2.2" edition = "2021" repository = "https://github.com/shell-pool/shpool-vterm" readme = "README.md"