diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,9 @@
 # Revision history for brick-panes
 
+## 1.0.2.0 -- 2024-08-30
+
+* Bump upper bounds to allow GHC 9.10.
+
 ## 1.0.1.0 -- 2023-12-26
 
 * Update to use new vty 6.0 with cross-platform support and associated newer
diff --git a/brick-panes.cabal b/brick-panes.cabal
--- a/brick-panes.cabal
+++ b/brick-panes.cabal
@@ -1,6 +1,6 @@
 cabal-version:      3.0
 name:               brick-panes
-version:            1.0.1.0
+version:            1.0.2.0
 synopsis:
     Panes library for Brick providing composition and isolation for TUI apps.
 
@@ -49,7 +49,7 @@
     hs-source-dirs:   src
     default-language: Haskell2010
     exposed-modules:  Brick.Panes
-    build-depends:    base >= 4.13 && < 4.20
+    build-depends:    base >= 4.13 && < 4.21
                     , brick >= 1.0 && < 2.4
                     , containers
                     , microlens >= 0.4.11.2 && < 0.5
@@ -70,7 +70,7 @@
                       Panes.Summary
                       Paths_brick_panes
     autogen-modules:  Paths_brick_panes
-    build-depends:    base >= 4.13 && < 4.20
+    build-depends:    base >= 4.13 && < 4.21
                     , brick
                     , brick-panes
                     , aeson >= 2.0 && < 2.3
@@ -94,7 +94,7 @@
     type:             exitcode-stdio-1.0
     hs-source-dirs:   test
     main-is:          Main.hs
-    build-depends:    base >= 4.13 && < 4.20
+    build-depends:    base
                     , brick-panes
 
 
