Skip to content

Commit

Permalink
tls: ver bumps up
Browse files Browse the repository at this point in the history
  • Loading branch information
kazu-yamamoto committed Nov 18, 2024
1 parent 909a137 commit 1f77a55
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions tls/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## Version 2.1.5

* Removing the dependency on the async package.
* Restore a few DHE_RSA ciphers.
[#493](https://github.com/haskell-tls/hs-tls/pull/493)

## Version 2.1.4

* Exporting defaultValidationCache.
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.1.4
version: 2.1.5
license: BSD3
license-file: LICENSE
copyright: Vincent Hanquez <vincent@snarc.org>
Expand Down

0 comments on commit 1f77a55

Please sign in to comment.