diff --git a/CHANGELOG b/CHANGELOG
new file mode 100644
--- /dev/null
+++ b/CHANGELOG
@@ -0,0 +1,14 @@
+uulib Changelog
+===============
+
+### 0.9.20
+* Make sure Changelog is included in cabal package/hackage.
+
+### 0.9.19
+* Refactor of IsParser into Applicative, Functor, and Alternative. No need to hide the previously duplicate interface anymore.
+
+### 0.9.18
+* Add changelog, update cabal metadata
+
+### 0.9.17
+* GHC 7.10 support (by asr)
diff --git a/README b/README
deleted file mode 100644
--- a/README
+++ /dev/null
@@ -1,4 +0,0 @@
-This is a conventional cabal package and can be
-installed accordingly.
-
-See also http://foswiki.cs.uu.nl/foswiki/HUT/WebHome
diff --git a/README.md b/README.md
new file mode 100644
--- /dev/null
+++ b/README.md
@@ -0,0 +1,9 @@
+[![Build Status](https://travis-ci.org/UU-ComputerScience/uulib.svg?branch=master)](https://travis-ci.org/UU-ComputerScience/uulib)
+
+uulib
+=====
+
+This is a conventional cabal package and can be
+installed accordingly.
+
+See also http://foswiki.cs.uu.nl/foswiki/HUT/WebHome
diff --git a/uulib.cabal b/uulib.cabal
--- a/uulib.cabal
+++ b/uulib.cabal
@@ -1,5 +1,5 @@
 name: uulib
-version: 0.9.19
+version: 0.9.20
 license: BSD3
 license-file: COPYRIGHT
 
@@ -15,7 +15,8 @@
 cabal-version: >= 1.6
 build-type: Simple
 
-extra-source-files: README,
+extra-source-files: README.md,
+                    CHANGELOG,
                     examples/bibtex/Bibtex.hs,
                     examples/parser/Example.hs,
                     examples/parser/Makefile,
