diff --git a/ChangeLog.md b/ChangeLog.md
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -1,5 +1,11 @@
 # ChangeLog for `bech32-th`
 
+## [1.1.6] - 2024-04-24
+
+### Changed
+
+- Revised upper version bounds for dependencies.
+
 ## [1.1.5] - 2024-02-23
 
 ### Fixed
diff --git a/bech32-th.cabal b/bech32-th.cabal
--- a/bech32-th.cabal
+++ b/bech32-th.cabal
@@ -1,12 +1,12 @@
 cabal-version:      3.0
 name:               bech32-th
-version:            1.1.5
+version:            1.1.6
 synopsis:           Template Haskell extensions to the Bech32 library.
 description:        Template Haskell extensions to the Bech32 library, including
                     quasi-quoters for compile-time checking of Bech32 string
                     literals.
 author:             IOHK Engineering Team
-maintainer:         operations@iohk.io, erikd@mega-nerd.com, jonathan.knowles@iohk.io
+maintainer:         operations@iohk.io, erikd@mega-nerd.com, mail@jonathanknowles.net
 copyright:          2020-2023 IOHK
 license:            Apache-2.0
 license-file:       LICENSE
