diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,10 @@
 
 [PVP]: https://pvp.haskell.org/
 
+## 1.0.5.6 (2022-12-02)
+
+The program now builds against a wider set of dependencies. There were no changes in functionality.
+
 ## 1.0.5.5 (2022-12-01)
 
 The program now builds against a wider set of dependencies. There were no changes in functionality.
diff --git a/pinboard-notes-backup.cabal b/pinboard-notes-backup.cabal
--- a/pinboard-notes-backup.cabal
+++ b/pinboard-notes-backup.cabal
@@ -1,5 +1,5 @@
 name:                pinboard-notes-backup
-version:             1.0.5.5
+version:             1.0.5.6
 synopsis:            Back up the notes you've saved to Pinboard
 description:         A command-line application to back up your notes from the
                      Pinboard bookmarking service to a local SQLite database.
@@ -28,7 +28,7 @@
   other-modules:       Paths_pinboard_notes_backup Pinboard Types Utils Utils.FriendlyReqError
   default-language:    Haskell2010
   build-depends:       base                   >= 4.7  && < 5
-                       , aeson                >= 0.8  && < 2.1
+                       , aeson                >= 0.8  && < 2.2
                        , ansi-wl-pprint       >= 0.6  && < 0.7
                        , bytestring           >= 0.10 && < 0.12
                        , containers           >= 0.5  && < 0.7
@@ -38,7 +38,7 @@
                        , optparse-applicative >= 0.11 && < 0.18
                        , req                  >= 1.0  && < 3.14
                        , sqlite-simple        >= 0.4  && < 0.5
-                       , text                 >= 1.2  && < 1.3
+                       , text                 >= 1.2  && < 2.1
                        , time                 >= 1.5  && < 1.13
   default-extensions:  DataKinds
                        DeriveFunctor
