diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,10 @@
 # Revision history for viewprof
 
+## 0.0.0.26 - 2018-12-20
+
+* Relax upper version bound for brick
+* Test with GHC 8.6.3
+
 ## 0.0.0.25 - 2018-12-04
 
 * Relax upper version bound for 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.25
+version: 0.0.0.26
 synopsis: Text-based interactive GHC .prof viewer
 description:
    viewprof is a text-based interactive GHC .prof viewer.
@@ -21,13 +21,13 @@
   img/screenshot.png
 cabal-version: >= 1.10
 tested-with:
-  GHC == 8.0.2 || == 8.2.2 || == 8.4.4 || == 8.6.2
+  GHC == 8.0.2 || == 8.2.2 || == 8.4.4 || == 8.6.3
 
 executable viewprof
   main-is: viewprof.hs
   build-depends:
       base >= 4.9 && < 4.13
-    , brick > 0.26.1 && < 0.43
+    , brick > 0.26.1 && < 0.46
     , containers >= 0.5.7 && < 0.7
     , directory >= 1.3 && < 1.4
     , ghc-prof >= 1.4 && < 1.5
