diff --git a/CHANGELOG.md b/CHANGELOG.md index 15a889af4..421f65109 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.10.6](https://github.com/openssh-rust/openssh/compare/v0.10.5...v0.10.6) - 2024-08-10 + +### Other +- Remove dep tokio-pipe ([#155](https://github.com/openssh-rust/openssh/pull/155)) ([#156](https://github.com/openssh-rust/openssh/pull/156)) + ## [0.10.5](https://github.com/openssh-rust/openssh/compare/v0.10.4...v0.10.5) - 2024-08-10 ### Other diff --git a/Cargo.toml b/Cargo.toml index 5d9ba45fc..6ef0099fb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "openssh" -version = "0.10.5" +version = "0.10.6" authors = ["Jon Gjengset "] edition = "2021" rust-version = "1.63.0"