diff options
author | Wolfy-J <[email protected]> | 2019-12-23 16:41:24 +0300 |
---|---|---|
committer | Wolfy-J <[email protected]> | 2019-12-23 16:41:24 +0300 |
commit | a006a2d7dde5b01e6478c552d03fb2d592fb579e (patch) | |
tree | 523fd449c4d5bd1989c65acc549c08b80582065d /CHANGELOG.md | |
parent | d60b38a4867493dbc72124ddf4efc4df775eeb90 (diff) |
- bump the minimum TLS version to TLS 1.2
- added `Strict-Transport-Security` header for TLS requests
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b2a669c..ceeb077d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,8 @@ v1.5.3 - "Server closed" error has been supressed - added the ability to specificy any config value via json flag `-j` - minor improvements in travis pipeline +- bump the minimum TLS version to TLS 1.2 +- added `Strict-Transport-Security` header for TLS requests v1.5.2 (05.12.2019) ------------------- |