diff --git a/CHANGES b/CHANGES
--- a/CHANGES
+++ b/CHANGES
@@ -95,3 +95,6 @@
 
 0.1.7:
 		* fix log labels
+
+0.1.7.1:
+		* small bug fix when setting ticks
diff --git a/THANKS b/THANKS
--- a/THANKS
+++ b/THANKS
@@ -1,1 +1,2 @@
  * Nicolas Dudebout for linlog and loglin in Simple.hs
+ * uriba for a small bug fix when setting ticks
diff --git a/plot.cabal b/plot.cabal
--- a/plot.cabal
+++ b/plot.cabal
@@ -1,5 +1,5 @@
 Name:                plot
-Version:             0.1.7
+Version:             0.1.7.1
 License:             BSD3
 License-file:        LICENSE
 Copyright:           (c) A.V.H. McPhail 2010, 2012
@@ -32,19 +32,6 @@
      The example in Graphics.Rendering.Plot can be viewed at 
      <http://code.haskell.org/plot/examples/perturbed-sine.png>
      .
-     Changes in plot 0.1.1
-     .
-          * added candle and whisker plots
-     .
-     Changes in plot 0.1.2
-     .
-          * axis join rendering improvement
-     .
-          * added annotations
-     .
-          * grid lines formattable
-     .
-     Changes
      .
 Category:            Graphics
 
