diff --git a/CHANGELOG.md b/CHANGELOG.md index bc2cecb8..b437633e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,8 @@ All versions prior to 0.2.1 are untracked. ## [Unreleased] - ReleaseDate +## [0.5.1] - 2022-02-15 + ### Added * CLI: The `kbs2 config` and `kbs2 config dump` subcommands have been added, @@ -154,7 +156,8 @@ cause `kbs2` to exit with 1, instead of 2. * CLI: `kbs2 lock` and `kbs2 unlock` were removed entirely as part of the `kbs2 agent` refactor. -[Unreleased]: https://github.com/woodruffw/kbs2/compare/v0.5.0...HEAD +[Unreleased]: https://github.com/woodruffw/kbs2/compare/v0.5.1...HEAD +[0.5.1]: https://github.com/woodruffw/kbs2/compare/v0.5.0...v0.5.1 [0.5.0]: https://github.com/woodruffw/kbs2/compare/v0.4.0...v0.5.0 [0.4.0]: https://github.com/woodruffw/kbs2/compare/v0.3.0...v0.4.0 [0.3.0]: https://github.com/woodruffw/kbs2/compare/v0.2.6...v0.3.0 diff --git a/Cargo.lock b/Cargo.lock index 778995a4..4ee2d415 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -643,7 +643,7 @@ dependencies = [ [[package]] name = "kbs2" -version = "0.5.0" +version = "0.5.1" dependencies = [ "age", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index a5f35567..fd533f83 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ description = "A secret manager backed by age" license = "MIT" homepage = "https://github.com/woodruffw/kbs2" repository = "https://github.com/woodruffw/kbs2" -version = "0.5.0" +version = "0.5.1" authors = ["William Woodruff "] edition = "2021" readme = "README.md" diff --git a/README.md b/README.md index 2b557b38..64c31f1e 100644 --- a/README.md +++ b/README.md @@ -59,8 +59,8 @@ attached to the [latest release](https://github.com/woodruffw/kbs2/releases/late By way of example: ```bash -$ wget https://github.com/woodruffw/kbs2/releases/download/v0.5.0/kbs2_0.5.0_amd64.deb -$ sudo dpkg -i kbs2_0.5.0_amd64.deb +$ wget https://github.com/woodruffw/kbs2/releases/download/v0.5.1/kbs2_0.5.1_amd64.deb +$ sudo dpkg -i kbs2_0.5.1_amd64.deb # don't forget to request kbs2's dependencies $ sudo apt-get -f install ```