diff --git a/CHANGELOG.md b/CHANGELOG.md index 54337a8..2613142 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,17 +5,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.2] - 2024-03-05 + ### Added - CLI subcommand documentation for `rops keys {add,remove}`. - Short description and attribution to SOPS in README.md -## Changed - -- Run cargo update to patch `RUSTSEC-2024-0019`. - ### Fixed +- Update `mio` with `RUSTSEC-2024-0019` patch. - `Cargo.lock` being present in `.gitignore`. ## [0.1.1] - 2024-02-11 diff --git a/Cargo.toml b/Cargo.toml index 0426c5a..7db4afa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ license = "MPL-2.0" exclude = ["/.github"] edition = "2021" readme = "README.md" -version = "0.1.1" +version = "0.1.2" [workspace.dependencies] aes-gcm = { version = "0.10", features = ["std"] }