diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,7 @@
+# 0.1.1.2
+
+- Relax version bounds to encompass `text-2.0.x`, `base-4.16.x` and `template-haskell-2.18.x`
+
 # 0.1.1.1
 
 - Support `aeson-2.0.x`.
diff --git a/LICENSE b/LICENSE
--- a/LICENSE
+++ b/LICENSE
@@ -1,6 +1,6 @@
 BSD 3-Clause License
 
-Copyright (c) 2021, NoRedInk
+Copyright (c) 2022, NoRedInk
 All rights reserved.
 
 Redistribution and use in source and binary forms, with or without
diff --git a/nri-test-encoding.cabal b/nri-test-encoding.cabal
--- a/nri-test-encoding.cabal
+++ b/nri-test-encoding.cabal
@@ -1,11 +1,11 @@
 cabal-version: 1.18
 
--- This file has been generated from package.yaml by hpack version 0.34.4.
+-- This file has been generated from package.yaml by hpack version 0.34.5.
 --
 -- see: https://github.com/sol/hpack
 
 name:           nri-test-encoding
-version:        0.1.1.1
+version:        0.1.1.2
 synopsis:       A library to simplify writing golden tests for encoding types.
 description:    Please see the README at <https://github.com/NoRedInk/haskell-libraries/tree/trunk/nri-test-encoding#readme>.
 category:       Testing
@@ -13,7 +13,7 @@
 bug-reports:    https://github.com/NoRedInk/haskell-libraries/issues
 author:         NoRedInk
 maintainer:     haskell-open-source@noredink.com
-copyright:      2021 NoRedInk Corp.
+copyright:      2022 NoRedInk Corp.
 license:        BSD3
 license-file:   LICENSE
 build-type:     Simple
@@ -55,7 +55,7 @@
   build-depends:
       aeson >=1.4.6.0 && <2.1
     , aeson-pretty >=0.8.0 && <0.9
-    , base >=4.12.0.0 && <4.16
+    , base >=4.12.0.0 && <4.17
     , bytestring >=0.10.8.2 && <0.12
     , filepath >=1.4.2.1 && <1.5
     , nri-prelude >=0.1.0.0 && <0.7
@@ -63,5 +63,5 @@
     , servant >=0.16.2 && <0.19
     , servant-auth-server >=0.4.5.1 && <0.5
     , servant-server >=0.16.2 && <0.19
-    , text >=1.2.3.1 && <1.3
+    , text >=1.2.3.1 && <2.1
   default-language: Haskell2010
