diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e1c03d31..fa398c4b7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changes +## 0.5.6 + +* Update link to documentation + * https://github.com/frewsxcv/tiny-http/pull/123 +* Fix websockets + * https://github.com/frewsxcv/tiny-http/pull/124 +* Drop the request reader earlier + * https://github.com/frewsxcv/tiny-http/pull/125 + ## 0.5.5 * Start using the log crate diff --git a/Cargo.toml b/Cargo.toml index ca2c7472b..7400dc488 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tiny_http" -version = "0.5.5" +version = "0.5.6" authors = ["pierre.krieger1708@gmail.com", "Corey Farwell "] description = "Low level HTTP server library"