diff --git a/ChangeLog.md b/ChangeLog.md
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -1,5 +1,14 @@
 # Revision history for tex-builder
 
+0.1.1.1
+---
+* Changes to README
+* Update this changelog
+
+0.1.1.0
+---
+* Fix bug which caused latexmk not to be used with xelatex.
+* Improvements to warnings / error messages.
 
 0.1.0.1
 ---
diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -7,6 +7,8 @@
 and send a signal to your pdf reader to reload the file.
 This effectively allows for a "continous preview"-like experience.
 
+This will run with *mupdf* and *on Linux* only at the moment.
+
 ## Prerequisites and Dependencies
   * linux (we use inotify)
   * a recent cabal / ghc
diff --git a/texbuilder.cabal b/texbuilder.cabal
--- a/texbuilder.cabal
+++ b/texbuilder.cabal
@@ -2,7 +2,7 @@
 -- documentation, see http://haskell.org/cabal/users-guide/
 
 name:                texbuilder
-version:             0.1.1.0
+version:             0.1.1.1
 synopsis:            View your latex output while editing
 description:         
   This program allows you to view your latex document in your pdf viewer while 
