diff options
author | Krzysztof Gajewski <krzysztof.gajewski@nokia.com> | 2021-03-09 11:08:21 +0100 |
---|---|---|
committer | Krzysztof Gajewski <krzysztof.gajewski@nokia.com> | 2021-03-09 15:52:53 +0100 |
commit | b6f233f5ab3fae789e463af78e5360114ae9da3d (patch) | |
tree | 019e8319852f9a62a2566f1941e8386cad3ddc62 /Changelog.md | |
parent | 9c88f794dcbd9dafef93544c1607c555e0eed840 (diff) |
Fix server hostname verification1.5.5
- make it configurable
- some small another sonar issues resolved
Issue-ID: DCAEGEN2-2656
Signed-off-by: Krzysztof Gajewski <krzysztof.gajewski@nokia.com>
Change-Id: I3012b60dbdfdb463d5adfd790df53953fe1f027f
Diffstat (limited to 'Changelog.md')
-rw-r--r-- | Changelog.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Changelog.md b/Changelog.md index 72a8b534..79097808 100644 --- a/Changelog.md +++ b/Changelog.md @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). +## [1.5.5] - 09/03/2021 +### Fixed +- make hostname verification configurable +- small sonar fixes related to affected code + ## [1.5.4] - 23/02/2021 ### Added - JWT token support for HTTP/HTTPS |