diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,2 +1,9 @@
+# log-postgres-0.7.0.2 (2017-08-10)
+* Update package description.
+
+# log-postgres-0.7.0.1 (2017-06-20)
+* Update GHC versions in 'tested-with'.
+* Add missing extra-source-files (changelog, README, etc.).
+
 # log-postgres-0.7 (2016-11-25)
 * Initial release (split from the log package).
diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -1,3 +1,3 @@
 # log-postgres [![Hackage version](https://img.shields.io/hackage/v/log-postgres.svg?label=Hackage)](https://hackage.haskell.org/package/log-postgres) [![Build Status](https://secure.travis-ci.org/scrive/log.svg?branch=master)](http://travis-ci.org/scrive/log)
 
-PostgreSQL back end for the `log` library.
+PostgreSQL back end for the `log` library suite.
diff --git a/log-postgres.cabal b/log-postgres.cabal
--- a/log-postgres.cabal
+++ b/log-postgres.cabal
@@ -1,8 +1,8 @@
 name:                log-postgres
-version:             0.7.0.1
+version:             0.7.0.2
 synopsis:            Structured logging solution (PostgreSQL back end)
 
-description:         PostgreSQL back end for the 'log' library.
+description:         PostgreSQL back end for the 'log' library suite.
                      Depends on 'log-base'.
 
 homepage:            https://github.com/scrive/log
@@ -18,7 +18,7 @@
 build-type:          Simple
 cabal-version:       >=1.10
 extra-source-files:  CHANGELOG.md, README.md
-tested-with:         GHC == 7.8.4, GHC == 7.10.3, GHC == 8.0.2
+tested-with:         GHC == 7.10.3, GHC == 8.0.2, GHC == 8.2.1
 
 Source-repository head
   Type:     git
