diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,13 +1,17 @@
 # Revision history for prettyprinter-graphviz
 
-## 0.1.0.0 -- 2020-01-16
+## 1.0.0.0 -- 2020-06-12
 
-* First version. Released on an unsuspecting world.
+* Simplify considerably by using helper functions from `prettyprinter`.
 
+## 0.1.1.1 -- 2020-02-22
+
+* Fix bug causing graphviz to fall over if an annotation were applied to an empty string. This could easily occur in the case of a non-indented newline.
+
 ## 0.1.1.0 -- 2020-02-10
 
 * Include safe versions of functions.
 
-## 0.1.1.1 -- 2020-02-22
+## 0.1.0.0 -- 2020-01-16
 
-* Fix bug causing graphviz to fall over if an annotation were applied to an empty string. This could easily occur in the case of a non-indented newline.
+* First version. Released on an unsuspecting world.
diff --git a/prettyprinter-graphviz.cabal b/prettyprinter-graphviz.cabal
--- a/prettyprinter-graphviz.cabal
+++ b/prettyprinter-graphviz.cabal
@@ -1,6 +1,6 @@
 cabal-version:       3.0
 name:                prettyprinter-graphviz
-version:             1.0.0.0
+version:             1.0.0.1
 synopsis:            A prettyprinter backend for graphviz
 description:         Provides utility functions for rendering pretty GraphViz labels.
 homepage:            https://github.com/georgefst/prettyprinter-graphviz
