diff --git a/CHANGELOG.md b/CHANGELOG.md index 860b570..6ab6fa2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# v0.2.1 +Changed: +* Upgraded lru dependency to fix a security vulnerability. [PR](https://github.com/ZeroTwo-Bot/cache-loader-async-rs/pull/15) + # v0.2.0 New/Changed: * TTL Backing now uses fewer iterations through the entire list diff --git a/Cargo.toml b/Cargo.toml index d42ed85..4c24e6b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "cache_loader_async" description = "A thread safe loading cache with async loader functions based on tokio" repository = "https://github.com/ZeroTwo-Bot/cache-loader-async-rs" -version = "0.2.0" +version = "0.2.1" authors = ["Alexander Becker ", "Spencer Sharkey "] edition = "2018" keywords = ["cache", "async"]