We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b836fc commit 9ab3c53Copy full SHA for 9ab3c53
CHANGELOG.md
@@ -3,6 +3,9 @@
3
`servant-hmac-auth` uses [PVP Versioning][1].
4
The change log is available [on GitHub][2].
5
6
+## 0.1.8 - Nov 8, 2024
7
+* Switch from cryptonite (deprecated) to crypton.
8
+
9
## 0.1.7 - Oct 31, 2024
10
* Bump dependency upper bounds to allow building with GHC `9.0` - `9.10`
11
servant-hmac-auth.cabal
@@ -1,6 +1,6 @@
1
cabal-version: 2.4
2
name: servant-hmac-auth
-version: 0.1.7
+version: 0.1.8
synopsis: Servant authentication with HMAC
description: Servant authentication with HMAC. See README.md for usage example.
homepage: https://github.com/holmusk/servant-hmac-auth
0 commit comments