diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a29660f2..ac633e79d 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.6](https://github.com/openssh-rust/openssh/compare/v0.11.5...v0.11.6) - 2025-12-03 + +### Fixed + +- encoding of IPv6 addresses in `impl From for Socket` ([#179](https://github.com/openssh-rust/openssh/pull/179)) + ## [0.11.5](https://github.com/openssh-rust/openssh/compare/v0.11.4...v0.11.5) - 2025-01-09 ### Added diff --git a/Cargo.toml b/Cargo.toml index eff226f3d..71840491b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "openssh" -version = "0.11.5" +version = "0.11.6" authors = ["Jon Gjengset "] edition = "2021" rust-version = "1.63.0"