From 2bc937f6c3e828319ca79277ff06d6ea23962fef Mon Sep 17 00:00:00 2001 From: Nikolay Kim Date: Wed, 24 Apr 2019 12:50:44 -0700 Subject: [PATCH] prepare release --- actix-http/CHANGES.md | 2 ++ actix-http/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/actix-http/CHANGES.md b/actix-http/CHANGES.md index 78245692f..d1a043d8d 100644 --- a/actix-http/CHANGES.md +++ b/actix-http/CHANGES.md @@ -1,5 +1,7 @@ # Changes +## [0.1.4] - 2019-04-24 + ### Added * Allow to render h1 request headers in `Camel-Case` diff --git a/actix-http/Cargo.toml b/actix-http/Cargo.toml index 438754b3f..9d044c640 100644 --- a/actix-http/Cargo.toml +++ b/actix-http/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "actix-http" -version = "0.1.3" +version = "0.1.4" authors = ["Nikolay Kim "] description = "Actix http primitives" readme = "README.md"