diff --git a/Cargo.toml b/Cargo.toml index 835579e..925da17 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "yaque" -version = "0.6.3" +version = "0.6.4" authors = ["Pedro Arruda "] edition = "2018" description = "Yaque is yet another disk-backed persistent queue for Rust" diff --git a/changelog.md b/changelog.md index 35abaa9..568c6e5 100644 --- a/changelog.md +++ b/changelog.md @@ -139,3 +139,12 @@ leading to clearer code. ### Contributors: * [@netguy204](https://github.com/netguy204) + + +## Version 0.6.4: + +* Update dependencies and fix vulerabilities (dependabot). + +### Contributors: + +* [@grant0417](https://github.com/grant0417)