Skip to content

Commit

Permalink
ver bumps up
Browse files Browse the repository at this point in the history
  • Loading branch information
kazu-yamamoto committed Mar 28, 2024
1 parent 9a3aa1d commit 57688fa
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions tls/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## Version 2.0.2

* Client checks sessionMaxEarlyDataSize to decide 0-RTT
* Client checks the resumption cipher properly.

## Version 2.0.1

* Fix a leak of pending data to be sent.
Expand Down
2 changes: 1 addition & 1 deletion tls/tls.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: >=1.10
name: tls
version: 2.0.1
version: 2.0.2
license: BSD3
license-file: LICENSE
copyright: Vincent Hanquez <[email protected]>
Expand Down

0 comments on commit 57688fa

Please sign in to comment.