diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,14 @@
 # Changelog
 All notable changes to this project will be documented in this file.
 
+## [0.0.8] - 2019-02-19
+### Fixed
+- Stack dependencies.
+
+## [0.0.7] - 2019-02-11
+### Fixed
+- Documentation on hackage
+
 ## [0.0.6] - 2019-02-11
 ### Fixed
 - EWKB toByteString was missing SRID [https://github.com/indicatrix/wkt-geom/pull/9].
diff --git a/wkt-geom.cabal b/wkt-geom.cabal
--- a/wkt-geom.cabal
+++ b/wkt-geom.cabal
@@ -1,5 +1,5 @@
 name:                  wkt-geom
-version:               0.0.7
+version:               0.0.8
 synopsis:              A parser of WKT, WKB and eWKB.
 description:           Well Known Text (WKT), Well Known Binary (WKB) and the PostgreSQL extension Extended Well Know Binary (eWKB) are vector geometry representations.
                      .
