diff --git a/CHANGELOG.md b/CHANGELOG.md index ab2022d..b686992 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# 0.3.1 + +- Update deps + # 0.3.0 - Added lifetime parameter to `HttpMethod` diff --git a/Cargo.toml b/Cargo.toml index 2cc4f42..85833d9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "digest_auth" -version = "0.3.0" +version = "0.3.1" authors = ["Ondřej Hruška "] edition = "2018" description = "Implementation of the Digest Auth algorithm as defined in IETF RFC 2069, 2617, and 7616, intended for HTTP clients"