diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,7 @@
+# 0.0.1.2
+
+- Updated package dependency bounds.
+
 # 0.0.1.1
 
 - Added support for GHC 9.8.
diff --git a/LICENSE b/LICENSE
--- a/LICENSE
+++ b/LICENSE
@@ -186,7 +186,7 @@
       same "printed page" as the copyright notice for easier
       identification within third-party archives.
 
-   Copyright © 2022–2023 Jonathan Knowles
+   Copyright © 2022–2024 Jonathan Knowles
 
    Licensed under the Apache License, Version 2.0 (the "License");
    you may not use this file except in compliance with the License.
diff --git a/quickcheck-quid.cabal b/quickcheck-quid.cabal
--- a/quickcheck-quid.cabal
+++ b/quickcheck-quid.cabal
@@ -1,12 +1,12 @@
 cabal-version:  3.0
 name:           quickcheck-quid
-version:        0.0.1.1
+version:        0.0.1.2
 bug-reports:    https://github.com/jonathanknowles/quickcheck-quid/issues
 license:        Apache-2.0
 license-file:   LICENSE
 author:         Jonathan Knowles
 maintainer:     mail@jonathanknowles.net
-copyright:      2022–2023 Jonathan Knowles
+copyright:      2022–2024 Jonathan Knowles
 category:       Testing
 synopsis:       Quasi-unique identifiers for QuickCheck
 description:
@@ -27,7 +27,7 @@
 common dependency-base
     build-depends:base                          >= 4.14.3.0   && < 4.20
 common dependency-containers
-    build-depends:containers                    >= 0.5.7.0    && < 0.7
+    build-depends:containers                    >= 0.5.7.0    && < 0.8
 common dependency-deepseq
     build-depends:deepseq                       >= 1.4.4.0    && < 1.6
 common dependency-extra
