diff --git a/CHANGELOG.md b/CHANGELOG.md index 6edbc782..e025927f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 0.2.4 - 2018-11-01 + +- Add a `version()` function, which returns a human-readable string containing the runtime version of cHTTP and important dependencies. Helpful for debugging endeavors. + ## 0.2.3 - 2018-10-30 - Enable curl's built-in gzip and zlib encoding decompression. diff --git a/Cargo.toml b/Cargo.toml index 51f1506f..a4378e08 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "chttp" -version = "0.2.3" +version = "0.2.4" description = "The practical HTTP client that is fun to use." authors = ["Stephen M. Coakley "] license = "MIT"