diff --git a/CHANGELOG.md b/CHANGELOG.md index 756ca74..e1ac174 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ + +## v0.14.1 (2024-08-12) + +Upgrade `time` crate to fix build issues. Kudos to [@fgaz](https://github.com/fgaz) [#97](https://github.com/Frederick888/git-credential-keepassxc/pull/97). + +No functional changes. + ## v0.14.0 (2023-10-24) diff --git a/Cargo.lock b/Cargo.lock index f3ab432..084a0cf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -757,7 +757,7 @@ dependencies = [ [[package]] name = "git-credential-keepassxc" -version = "0.14.0" +version = "0.14.1" dependencies = [ "aes-gcm", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 7d1c89d..fee45c3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "git-credential-keepassxc" -version = "0.14.0" +version = "0.14.1" authors = ["Frederick Zhang "] edition = "2021" description = "Helper that allows Git and shell scripts to use KeePassXC as credential store"