diff --git a/changelog.md b/changelog.md
new file mode 100644
--- /dev/null
+++ b/changelog.md
@@ -0,0 +1,15 @@
+# Changelog
+
+## 0.1.5.4 - 20150416
+
+- [build] changelog.md included in cabal dist
+
+## 0.1.5.3 - 20150402
+
+- [build] depends on uulib>=0.9.19 to avoid Applicative hiding imports
+
+## 0.1.5.2 - 20150401
+
+- [build] should work with ghc 7.10
+
+
diff --git a/uhc-util.cabal b/uhc-util.cabal
--- a/uhc-util.cabal
+++ b/uhc-util.cabal
@@ -1,5 +1,5 @@
 Name:				uhc-util
-Version:			0.1.5.3
+Version:			0.1.5.4
 cabal-version:      >= 1.6
 License:			BSD3
 Copyright:			Utrecht University, Department of Information and Computing Sciences, Software Technology group
@@ -13,6 +13,8 @@
 Description:		General purpose utilities for UHC and related tools
 Synopsis:			UHC utilities
 
+extra-source-files: changelog.md
+                    
 source-repository head
   type:     git
   location: git://github.com/UU-ComputerScience/uhc-util.git
