diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,10 @@
 # Revision history for ghc-prof
 
+## v1.4.1.5 - 2018-12-20
+
+* Relax upper version bound for tasty
+* Test with newer versions of GHC
+
 ## v1.4.1.4 - 2018-09-27
 
 * Relax upper version bound for base
diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -7,7 +7,8 @@
 [![Build Status](https://travis-ci.org/maoe/ghc-prof.svg?branch=master)](https://travis-ci.org/maoe/ghc-prof)
 [![Gitter](https://img.shields.io/gitter/room/maoe/ghc-prof.svg?maxAge=2592000)](https://gitter.im/maoe/ghc-prof)
 
-## Applications
+## Applications that use this library
 
-* [profiteur](https://hackage.haskell.org/package/profiteur)
-* [viewprof](https://hackage.haskell.org/package/viewprof)
+* [profiteur: Treemap visualiser for GHC prof files](https://hackage.haskell.org/package/profiteur)
+* [viewprof: Text-based interactive GHC .prof viewer](https://hackage.haskell.org/package/viewprof)
+* [profiterole: Restructure GHC profile reports](https://hackage.haskell.org/package/profiterole)
diff --git a/ghc-prof.cabal b/ghc-prof.cabal
--- a/ghc-prof.cabal
+++ b/ghc-prof.cabal
@@ -1,5 +1,5 @@
 name: ghc-prof
-version: 1.4.1.4
+version: 1.4.1.5
 synopsis: Library for parsing GHC time and allocation profiling reports
 description: ghc-prof is a library for parsing GHC time and allocation profiling reports.
 homepage: https://github.com/maoe/ghc-prof
@@ -14,7 +14,7 @@
   CHANGELOG.md
   README.md
 cabal-version: >=1.10
-tested-with: GHC >= 7.6 && <= 8.6.1
+tested-with: GHC >= 7.6 && <= 8.6.3
 
 flag dump
   description: Build the executable "dump"
@@ -68,7 +68,7 @@
     , filepath
     , ghc-prof
     , process
-    , tasty < 1.2
+    , tasty < 1.3
     , tasty-hunit >= 0.9.1 && < 0.11
     , temporary
     , text
