diff --git a/CHANGELOG.md b/CHANGELOG.md
new file mode 100644
--- /dev/null
+++ b/CHANGELOG.md
@@ -0,0 +1,14 @@
+# hpqtypes-extras-1.3.1.1 (2017-07-21)
+* Now depends on 'log-base' instead of 'log'.
+
+# hpqtypes-extras-1.3.1.0 (2017-07-20)
+* Improved migration order sanity checking (#7).
+
+# hpqtypes-extras-1.3.0.0 (2017-05-17)
+* Add drop table migrations.
+* Add a test suite.
+* Improve documentation.
+* Add option to force commit after every migration.
+
+# hpqtypes-extras-1.2.4 (2016-07-28)
+* Initial release.
diff --git a/README.md b/README.md
new file mode 100644
--- /dev/null
+++ b/README.md
@@ -0,0 +1,8 @@
+# hpqtypes-extras [![Hackage version](https://img.shields.io/hackage/v/hpqtypes-extras.svg?label=Hackage)](https://hackage.haskell.org/package/hpqtypes-extras) [![Build Status](https://secure.travis-ci.org/scrive/hpqtypes-extras.svg?branch=master)](http://travis-ci.org/scrive/hpqtypes-extras)
+
+The following extras
+for [hpqtypes](http://hackage.haskell.org/package/hpqtypes) library:
+
+* DSL for easy, modular construction of SQL queries.
+
+* System for automatic validation and migration of a database schema.
diff --git a/hpqtypes-extras.cabal b/hpqtypes-extras.cabal
--- a/hpqtypes-extras.cabal
+++ b/hpqtypes-extras.cabal
@@ -1,5 +1,5 @@
 name:                hpqtypes-extras
-version:             1.3.1.0
+version:             1.3.1.1
 synopsis:            Extra utilities for hpqtypes library
 description:         The following extras for hpqtypes library:
                      .
@@ -11,6 +11,7 @@
 homepage:            https://github.com/scrive/hpqtypes-extras
 license:             BSD3
 license-file:        LICENSE
+extra-source-files:  CHANGELOG.md, README.md
 author:              Scrive AB
 maintainer:          Andrzej Rybczak <andrzej@rybczak.net>,
                      Jonathan Jouty <jonathan@scrive.com>,
@@ -56,7 +57,7 @@
                , fields-json
                , hpqtypes >= 1.5.0
                , lifted-base
-               , log > 0.5.2
+               , log-base >= 0.7
                , monad-control >= 1.0.0.0
                , mtl
                , safe
@@ -97,7 +98,7 @@
                       hpqtypes,
                       hpqtypes-extras,
                       lifted-base,
-                      log,
+                      log-base,
                       monad-control,
                       tasty,
                       tasty-hunit,
