diff --git a/README.md b/README.md
new file mode 100644
--- /dev/null
+++ b/README.md
@@ -0,0 +1,4 @@
+clckwrks-plugin-media [![Hackage](https://img.shields.io/hackage/v/clckwrks-plugin-media.svg)](https://hackage.haskell.org/package/clckwrks-plugin-media) [![Build Status](https://api.travis-ci.org/clckwrks/clckwrks-plugin-media.svg?branch=master)](https://travis-ci.org/clckwrks/clckwrks-plugin-media)
+=========
+
+A clckwrks plugin which provides support for upload media files. Currently just images.
diff --git a/clckwrks-plugin-media.cabal b/clckwrks-plugin-media.cabal
--- a/clckwrks-plugin-media.cabal
+++ b/clckwrks-plugin-media.cabal
@@ -1,5 +1,5 @@
 Name:                clckwrks-plugin-media
-Version:             0.6.15
+Version:             0.6.16
 Synopsis:            media plugin for clckwrks
 Description:         support for images and image gallerys.
 Homepage:            http://clckwrks.com/
@@ -11,7 +11,8 @@
 Category:            Clckwrks
 Build-type:          Custom
 Cabal-version:       >=1.6
-Tested-With:         GHC == 7.8.4, GHC == 7.10.2
+Tested-With:         GHC == 7.8.4, GHC == 7.10.2, GHC == 8.0.1
+extra-source-files:  README.md
 Data-Files:
     data/style.css
 
