diff --git a/CHANGES b/CHANGES
--- a/CHANGES
+++ b/CHANGES
@@ -26,5 +26,8 @@
 		* improve Dashes
 		* formattable grid lines
 
-0.2.2.2:
+0.1.2.2:
 		* FormattedSeries, not DecoratedSeries in setDataset documentation
+
+0.1.2.3:
+		* export withGridLine
diff --git a/lib/Graphics/Rendering/Plot/Figure.hs b/lib/Graphics/Rendering/Plot/Figure.hs
--- a/lib/Graphics/Rendering/Plot/Figure.hs
+++ b/lib/Graphics/Rendering/Plot/Figure.hs
@@ -61,6 +61,7 @@
                                       , setDataset
                                       -- * Annotations
                                       , Location, Head, Fill
+                                      , Annote()
                                       , arrow
                                       , oval
                                       , rect
@@ -100,6 +101,7 @@
                                       , setTickLabelFormat
                                       , withAxisLabel
                                       , withAxisLine
+                                      , withGridLine
                                        -- * Lines
                                       , Line(), LineFormat()
                                       , DashStyle,Dash(..),LineWidth
diff --git a/plot.cabal b/plot.cabal
--- a/plot.cabal
+++ b/plot.cabal
@@ -1,5 +1,5 @@
 Name:                plot
-Version:             0.1.2.2
+Version:             0.1.2.3
 License:             BSD3
 License-file:        LICENSE
 Copyright:           (c) A.V.H. McPhail 2010
