diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,9 @@
 # Revision history for viewprof
 
+## 0.0.0.10 - 2017-10-11
+
+* Relax upper version bound for brick
+
 ## 0.0.0.9 - 2017-10-07
 
 * Relax upper version bounds for vty and brick
diff --git a/viewprof.cabal b/viewprof.cabal
--- a/viewprof.cabal
+++ b/viewprof.cabal
@@ -1,5 +1,5 @@
 name: viewprof
-version: 0.0.0.9
+version: 0.0.0.10
 synopsis: Text-based interactive GHC .prof viewer
 description: Text-based interactive GHC .prof viewer
 homepage: https://github.com/maoe/viewprof
@@ -22,7 +22,7 @@
   main-is: viewprof.hs
   build-depends:
       base >= 4.9 && < 4.11
-    , brick >= 0.16 && < 0.28
+    , brick >= 0.16 && < 0.29
     , containers >= 0.5.7 && < 0.6
     , ghc-prof >= 1.4 && < 1.5
     , lens >= 4.14 && < 4.16
