From d9af4d1cc615acbb5baddfbc7ee3ba2bd5f72c76 Mon Sep 17 00:00:00 2001 From: Jeremiah Senkpiel Date: Wed, 19 May 2021 12:21:06 -0700 Subject: [PATCH] 6.4.1 ### Docs - Added `"unstable-config"` to the docs builds. --- CHANGELOG.md | 5 +++++ Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2bd2e19..41dd2b3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://book.async.rs/overview ## [Unreleased] +## [6.4.1] - 2021-05-19 + +### Docs +- Added `"unstable-config"` to the docs builds. + ## [6.4.0] - 2021-05-17 ### Added diff --git a/Cargo.toml b/Cargo.toml index 65b3f46..0a49518 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "http-client" -version = "6.4.0" +version = "6.4.1" license = "MIT OR Apache-2.0" repository = "https://github.com/http-rs/http-client" documentation = "https://docs.rs/http-client"