Skip to content

Commit 9ab3c53

Browse files
authored
Bump version to 0.1.8 (#69)
1 parent 4b836fc commit 9ab3c53

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
`servant-hmac-auth` uses [PVP Versioning][1].
44
The change log is available [on GitHub][2].
55

6+
## 0.1.8 - Nov 8, 2024
7+
* Switch from cryptonite (deprecated) to crypton.
8+
69
## 0.1.7 - Oct 31, 2024
710
* Bump dependency upper bounds to allow building with GHC `9.0` - `9.10`
811

servant-hmac-auth.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 2.4
22
name: servant-hmac-auth
3-
version: 0.1.7
3+
version: 0.1.8
44
synopsis: Servant authentication with HMAC
55
description: Servant authentication with HMAC. See README.md for usage example.
66
homepage: https://github.com/holmusk/servant-hmac-auth

0 commit comments

Comments
 (0)