diff --git a/tls/CHANGELOG.md b/tls/CHANGELOG.md index 27c5bf9d7..c75964856 100644 --- a/tls/CHANGELOG.md +++ b/tls/CHANGELOG.md @@ -1,3 +1,8 @@ +## Version 2.0.4 + +* More fix for 0-RTT when application data is available while receiving CF. +* New util/tls-client and util/tls-server. + ## Version 2.0.3 * Fixing a bug where `timeout` in `bye` does not work. diff --git a/tls/tls.cabal b/tls/tls.cabal index 04b0f8c35..f10c9e938 100644 --- a/tls/tls.cabal +++ b/tls/tls.cabal @@ -1,6 +1,6 @@ cabal-version: >=1.10 name: tls -version: 2.0.3 +version: 2.0.4 license: BSD3 license-file: LICENSE copyright: Vincent Hanquez