diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ecd7cd6b..1a29660f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.11.5](https://github.com/openssh-rust/openssh/compare/v0.11.4...v0.11.5) - 2025-01-09 + +### Added + +- Log SSH commands (#175) + ## [0.11.4](https://github.com/openssh-rust/openssh/compare/v0.11.3...v0.11.4) - 2024-11-27 ### Fixed diff --git a/Cargo.toml b/Cargo.toml index 60407af53..eff226f3d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "openssh" -version = "0.11.4" +version = "0.11.5" authors = ["Jon Gjengset "] edition = "2021" rust-version = "1.63.0"