From 51035f78c883efda7f2a64d94d97d4904e32efa7 Mon Sep 17 00:00:00 2001 From: svartalf Date: Sat, 8 Sep 2018 10:44:39 +0300 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0c456ec64..b4f5f77d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). -## [0.0.4] - 2017-07-01 +## [0.1.0] - 2018-09-08 +### Changed + - Update to `actix-web = "0.7"` version + +## [0.0.4] - 2018-07-01 ### Fixed - Fix possible panic at `IntoHeaderValue` implementation for `headers::authorization::Basic` - Fix possible panic at `headers::www_authenticate::challenge::bearer::Bearer::to_bytes` call