diff --git a/Cargo.toml b/Cargo.toml index 02a0160..1006977 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "osshkeys" description = "A library to read and write OpenSSH public and private keys" -version = "0.4.1" +version = "0.4.2" authors = ["Leo "] keywords = ["ssh", "ssh-keys", "keys", "openssh"] repository = "https://github.com/Leo1003/rust-osshkeys" diff --git a/Changelog.md b/Changelog.md index 689a31a..21548f8 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,10 @@ # Changelog ## Unreleased + +--- + +## 0.4.2 - **Dependencies** - Upgrade aes-ctr to 0.5.0