diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,6 +3,12 @@
 `servant-hmac-auth` uses [PVP Versioning][1].
 The change log is available [on GitHub][2].
 
+
+## 0.1.2 - Nov 29, 2021
+* Bump `servant-*` libraries' version to `0.18-*`
+* Use `GHC 8.8.3` (Stack Resolver `16.2`)
+
+
 ## Unreleased: 0.1.0
 
 * Introduce whitelisted headers.
diff --git a/servant-hmac-auth.cabal b/servant-hmac-auth.cabal
--- 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.1
+version:             0.1.2
 synopsis:            Servant authentication with HMAC
 description:         Servant authentication with HMAC. See README.md for usage example.
 homepage:            https://github.com/holmusk/servant-hmac-auth
@@ -12,7 +12,7 @@
 copyright:           2018 Holmusk
 category:            Web, Cryptography
 build-type:          Simple
-extra-doc-files:     README.md
+extra-source-files:  README.md
                    , CHANGELOG.md
 tested-with:         GHC == 8.6.5
                      GHC == 8.8.3
