From 9ab3c53891de703e271bf5fba35a47af6950ce87 Mon Sep 17 00:00:00 2001 From: Jan Hrcek <2716069+jhrcek@users.noreply.github.com> Date: Fri, 8 Nov 2024 14:34:00 +0100 Subject: [PATCH] Bump version to 0.1.8 (#69) --- CHANGELOG.md | 3 +++ servant-hmac-auth.cabal | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b563ce1..1f821dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,9 @@ `servant-hmac-auth` uses [PVP Versioning][1]. The change log is available [on GitHub][2]. +## 0.1.8 - Nov 8, 2024 +* Switch from cryptonite (deprecated) to crypton. + ## 0.1.7 - Oct 31, 2024 * Bump dependency upper bounds to allow building with GHC `9.0` - `9.10` diff --git a/servant-hmac-auth.cabal b/servant-hmac-auth.cabal index 1055743..7cb4a2b 100644 --- a/servant-hmac-auth.cabal +++ b/servant-hmac-auth.cabal @@ -1,6 +1,6 @@ cabal-version: 2.4 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