diff --git a/CHANGELOG.md b/CHANGELOG.md index 6503734..8f1d241 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +## [v0.4.2](https://github.com/epwalsh/rust-cached-path/releases/tag/v0.4.3) - 2020-09-11 + ### Changed - Updated the download method to stream the response into the target file. diff --git a/Cargo.toml b/Cargo.toml index 9ea7312..ddeb79b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cached-path" -version = "0.4.2" +version = "0.4.3" authors = ["epwalsh "] edition = "2018" keywords = ["http", "caching"]