diff --git a/CHANGELOG.md b/CHANGELOG.md index c60bfd9..516cd7e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,10 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -## [0.1.0] - 2021-08-15 +## [0.1.1] - 2021-09-13 + +### Changed +- Fixes order of login messages + +## [0.1.0] - 2021-09-11 ### Added - Initial release -[unreleased]: https://github.com/jmgilman/vssh/compare/v0.1.0...HEAD +[unreleased]: https://github.com/jmgilman/vssh/compare/v0.1.1...HEAD +[0.1.1]: https://github.com/jmgilman/vssh/releases/tag/v0.1.1 [0.1.0]: https://github.com/jmgilman/vssh/releases/tag/v0.1.0 \ No newline at end of file diff --git a/Cargo.lock b/Cargo.lock index 8ce64d7..136e2fd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2173,7 +2173,7 @@ dependencies = [ [[package]] name = "vaultssh" -version = "0.1.0" +version = "0.1.1" dependencies = [ "anyhow", "assert_cmd", diff --git a/Cargo.toml b/Cargo.toml index 2fa7b00..0280267 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "vaultssh" -version = "0.1.0" +version = "0.1.1" authors = ["Joshua Gilman "] description = "A small CLI wrapper for authenticating with SSH keys from Hashicorp Vault." license = "MIT"