diff --git a/CHANGES.md b/CHANGES.md index fda876258..41428c79c 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -4,6 +4,8 @@ ### Fixed +* Fix h2 compatibility #352 + * Fix duplicate tail of StaticFiles with index_file. #344 diff --git a/Cargo.toml b/Cargo.toml index aac4ebb19..714d3fcce 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "actix-web" -version = "0.6.14" +version = "0.6.15" authors = ["Nikolay Kim "] description = "Actix web is a simple, pragmatic and extremely fast web framework for Rust." readme = "README.md"