diff --git a/CHANGELOG.md b/CHANGELOG.md index f7f1774..a686a3e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,12 @@ --- +## 0.2.3 + +Released on 05/12/2023 + +- Fixed the order of appliance of configuration argument when overriding occurred. Thanks @LeoniePhiline + ## 0.2.2 Released on 31/07/2023 diff --git a/Cargo.toml b/Cargo.toml index 08dc697..dfe0302 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ license = "MIT" name = "ssh2-config" readme = "README.md" repository = "https://github.com/veeso/ssh2-config" -version = "0.2.2" +version = "0.2.3" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/README.md b/README.md index 3fa5235..6bbb4b0 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@

Developed by @veeso

-

Current version: 0.2.2 (31/07/2023)

+

Current version: 0.2.3 (05/12/2023)