diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d063fd..d0b67e2 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.15.1](https://github.com/openssh-rust/openssh-sftp-client/compare/openssh-sftp-client-v0.15.0...openssh-sftp-client-v0.15.1) - 2024-09-13 + +### Other + +- Spelling fix for according ([#140](https://github.com/openssh-rust/openssh-sftp-client/pull/140)) + ## [0.7.0](https://github.com/openssh-rust/openssh-sftp-client/compare/openssh-sftp-client-lowlevel-v0.6.0...openssh-sftp-client-lowlevel-v0.7.0) - 2024-08-10 ### Other diff --git a/Cargo.toml b/Cargo.toml index a96b7b6..9dccd86 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "openssh-sftp-client" -version = "0.15.0" +version = "0.15.1" edition = "2021" rust-version = "1.64"