diff --git a/CHANGELOG b/CHANGELOG
new file mode 100644
--- /dev/null
+++ b/CHANGELOG
@@ -0,0 +1,3 @@
+[0.1.0.1] * Bump up version for editor-open.
+          * Fix tag in source-repository field.
+          * Add a changelog
diff --git a/pipeclip.cabal b/pipeclip.cabal
--- a/pipeclip.cabal
+++ b/pipeclip.cabal
@@ -1,9 +1,9 @@
 name:                pipeclip
-version:             0.1.0.0
+version:             0.1.0.1
 synopsis:            Open your editor, pipe the output to the system clipboard
 description:         
   This opens up your @$EDITOR@ or @$VISUAL@ using the 
-  <https://hackage.haskell.org/package/editor-open @editor-open@ library.> It
+  <https://hackage.haskell.org/package/editor-open editor-open library.> It
   then takes the edited text and sends it to the X11 clipboard.
   .
   As such, this will only work if you have X11. Translated, this is limited to
@@ -19,6 +19,7 @@
 cabal-version:       >=1.10
 bug-reports:         https://github.com/pharpend/pipeclip/issues
 extra-source-files:  
+  CHANGELOG
   LICENSE
   README.md
 data-files:  
@@ -37,7 +38,7 @@
   build-depends:
       base ==4.*
     , bytestring
-    , editor-open
+    , editor-open >=0.6
     , Hclip
     , safe
 
@@ -48,4 +49,4 @@
 source-repository this
   type: git
   location: git://github.com/pharpend/pipeclip.git
-  tag: master
+  tag: 0.1.0.1
diff --git a/pipeclip.hs b/pipeclip.hs
--- a/pipeclip.hs
+++ b/pipeclip.hs
@@ -48,7 +48,7 @@
      |  not help_ -> runClip sto templ
      |  otherwise ->
        B.hPut stdout
-              (pack (mappend (unlines ["pipeclip v.0.1.0.0"
+              (pack (mappend (unlines ["pipeclip v.0.1.0.1"
                                       ,"Copyright (c) 2015, Peter Harpending."
                                       ,"Licensed under the FreeBSD license. See --license for info."
                                       ,mempty
