diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -25,3 +25,9 @@
 * Supports Haskell2010
 
 * Updates CI
+
+## 0.1.0.5 -- 2025-01-07
+
+* Supports up to random-1.4 and base-4.22
+
+* Tests with GHC 9.8, GHC 9.10, and GHC 9.12 
diff --git a/LICENSE b/LICENSE
--- a/LICENSE
+++ b/LICENSE
@@ -1,4 +1,4 @@
-Copyright (c) 2024 Kyle Beechly
+Copyright (c) 2024-2025 Kyle Beechly
 
 Permission is hereby granted, free of charge, to any person obtaining
 a copy of this software and associated documentation files (the
diff --git a/real-dice.cabal b/real-dice.cabal
--- a/real-dice.cabal
+++ b/real-dice.cabal
@@ -20,9 +20,11 @@
 -- PVP summary:     +-+------- breaking API changes
 --                  | | +----- non-breaking API additions
 --                  | | | +--- code changes with no API change
-version:            0.1.0.4
+version:            0.1.0.5
 
-tested-with:        GHC==9.8.2, 
+tested-with:        GHC==9.12.1, 
+                    GHC==9.10.1, 
+                    GHC==9.8.4, 
                     GHC==9.6.4, 
                     GHC==9.4.8,
                     GHC==9.2.8,
@@ -118,7 +120,7 @@
     -- other-extensions:
 
     -- Other library packages from which modules are imported.
-    build-depends:    base >=4.12.0.0 && <= 4.20.0.1,
+    build-depends:    base >=4.12.0.0 && < 4.22,
                       mtl >= 2.2.2 && < 2.4,
                       primes >= 0.2.1 && < 0.3
 
@@ -146,8 +148,8 @@
     build-depends:
         base,
         mtl,
-        random >= 1.2.1 && < 1.3,
-        real-dice >= 0.1 && < 0.2,
+        random >= 1.2.1 && < 1.4,
+        real-dice
 
     -- Directories containing source files.
     hs-source-dirs:   app
