From 256f7581f18dd8d3ee351a4a581d515f1a520ece Mon Sep 17 00:00:00 2001 From: Jocelyn Fiat Date: Thu, 30 May 2019 16:38:27 +0200 Subject: [PATCH] Updated changelogs --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e396ce77..d6698b66 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,10 +10,20 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/). ### Changed ### Deprecated ### Removed +### Fixed +### Security + +## [v1.1.1] - 2019-05-30 +### Added + - `wsf_proxy`: Added support for X-Forwarded-For .., and Forwarded header, for the simple proxy implementation. Also added the possibility to "keep" the original host name. Updated related example. +### Changed +### Deprecated +### Removed - Removed obsolete v0 code. ### Fixed - `error`: Fixed custom error creation, do not create default message, otherwise the info will be duplicated in error output. - `jwt`: updated indexing notes, and readme. +- Removed VDRS(4) errors. ### Security