diff --git a/ChangeLog.md b/ChangeLog.md
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -1,5 +1,9 @@
 # Revision history for streaming-postgresql-simple
 
+## 0.2.0.5 -- 2020-06-17
+
+* Support GHC 8.10
+
 ## 0.2.0.4  -- 2019-11-28
 
 * Support GHC 8.8
diff --git a/streaming-postgresql-simple.cabal b/streaming-postgresql-simple.cabal
--- a/streaming-postgresql-simple.cabal
+++ b/streaming-postgresql-simple.cabal
@@ -1,5 +1,5 @@
 name: streaming-postgresql-simple
-version: 0.2.0.4
+version: 0.2.0.5
 cabal-version: >=1.10
 build-type: Simple
 license: BSD3
@@ -22,7 +22,7 @@
     exposed-modules:
         Database.PostgreSQL.Simple.Streaming
     build-depends:
-        base >=4.9 && <4.14,
+        base >=4.9 && <4.15,
         bytestring >=0.10.8.1 && <0.11,
         exceptions >=0.8.3 && <0.11,
         postgresql-libpq >=0.9.2.0 && <0.10,
@@ -35,4 +35,3 @@
     other-extensions: BangPatterns OverloadedStrings RecordWildCards
                       ScopedTypeVariables
     ghc-options: -Wall
-
