diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,21 @@
+## [v1.4.3](https://github.com/diagrams/diagrams-rasterific/tree/v1.4.3) (2024-10-30)
+
+- Require `data-default-0.8`
+
+## [v1.4.2.3-r3](https://github.com/diagrams/diagrams-rasterific/tree/v1.4.2.3-r3) (2024-08-24)
+
+- Allow `hashable-1.5`
+
+## [v1.4.2.3-r2](https://github.com/diagrams/diagrams-rasterific/tree/v1.4.2.3-r2) (2024-06-22)
+
+- Allow `base-4.20`, `lens-5.3`, `containers-0.7`, and `filepath-1.5`
+- Test on GHC 9.10
+
+## [v1.4.2.3-r1](https://github.com/diagrams/diagrams-rasterific/tree/v1.4.2.3-r1) (2024-01-17)
+
+- Allow `base-4.19` and `bytestring-0.12`
+- Test on GHC 9.8
+
 ## [v1.4.2.3](https://github.com/diagrams/diagrams-rasterific/tree/v1.4.2.3) (2023-05-30)
 
 - Allow `base-4.18`, `mtl-2.3`, `optparse-applicative-0.18`
diff --git a/diagrams-rasterific.cabal b/diagrams-rasterific.cabal
--- a/diagrams-rasterific.cabal
+++ b/diagrams-rasterific.cabal
@@ -1,5 +1,5 @@
 name:                diagrams-rasterific
-version:             1.4.2.3
+version:             1.4.3
 synopsis:            Rasterific backend for diagrams.
 description:         A full-featured backend for rendering
                      diagrams using the Rasterific rendering engine.
@@ -13,7 +13,7 @@
 build-type:          Simple
 extra-source-files:  fonts/*.ttf
 extra-doc-files:     README.md, CHANGELOG.md
-tested-with:         GHC ==8.4.4 || ==8.6.5 || ==8.8.4 || ==8.10.7 || ==9.0.2 || ==9.2.7 || ==9.4.5 || ==9.6.1
+tested-with:         GHC ==8.4.4 || ==8.6.5 || ==8.8.4 || ==8.10.7 || ==9.0.2 || ==9.2.8 || ==9.4.8 || ==9.6.5 || ==9.8.2 || ==9.10.1
 cabal-version:       1.18
 Source-repository head
   type:     git
@@ -25,20 +25,20 @@
                        Diagrams.Backend.Rasterific.Text
   hs-source-dirs:      src
   other-modules:       Paths_diagrams_rasterific
-  build-depends:       base >= 4.2 && < 4.19,
+  build-depends:       base >= 4.2 && < 4.21,
                        diagrams-core >= 1.4 && < 1.6,
                        diagrams-lib >= 1.4 && < 1.5,
-                       hashable >= 1.1 && < 1.5,
+                       hashable >= 1.1 && < 1.6,
                        Rasterific >= 0.7.4 && < 0.8,
                        FontyFruity >= 0.5 && < 0.6,
                        JuicyPixels >= 3.1.5 && < 3.4,
-                       lens >= 4.0 && < 5.3,
+                       lens >= 4.0 && < 5.4,
                        mtl >= 2.1 && < 2.4,
-                       data-default-class >= 0.0 && < 0.2,
-                       containers >= 0.5 && < 0.7,
-                       filepath >= 1.2 && < 1.5,
+                       data-default >= 0.8 && < 0.9,
+                       containers >= 0.5 && < 0.8,
+                       filepath >= 1.2 && < 1.6,
                        optparse-applicative >= 0.13 && < 0.19,
-                       bytestring >= 0.9 && < 0.12,
+                       bytestring >= 0.9 && < 0.13,
                        file-embed >= 0.0 && < 0.1
 
   default-language:    Haskell2010
@@ -48,7 +48,7 @@
   type:                exitcode-stdio-1.0
   main-is:             test-render.hs
   hs-source-dirs:      test
-  build-depends:       base >= 4.2 && < 4.19,
+  build-depends:       base >= 4.2 && < 4.21,
                        diagrams-rasterific,
                        diagrams-core >= 1.4 && < 1.6,
                        diagrams-lib >= 1.4 && < 1.5
@@ -59,7 +59,7 @@
   type:                exitcode-stdio-1.0
   main-is:             test-widths.hs
   hs-source-dirs:      test
-  build-depends:       base >= 4.2 && < 4.19,
+  build-depends:       base >= 4.2 && < 4.21,
                        diagrams-rasterific,
                        diagrams-core >= 1.4 && < 1.6,
                        diagrams-lib >= 1.4 && < 1.5
@@ -70,7 +70,7 @@
   type:                exitcode-stdio-1.0
   main-is:             test-size.hs
   hs-source-dirs:      test
-  build-depends:       base >= 4.2 && < 4.19,
+  build-depends:       base >= 4.2 && < 4.21,
                        diagrams-rasterific,
                        diagrams-core >= 1.4 && < 1.6,
                        diagrams-lib >= 1.4 && < 1.5
