diff --git a/LICENSE b/LICENSE
--- a/LICENSE
+++ b/LICENSE
@@ -1,4 +1,4 @@
-Copyright (c) 2016, Commonwealth Scientific and Industrial Research Organisation
+Copyright (c) 2017, Commonwealth Scientific and Industrial Research Organisation
 (CSIRO) ABN 41 687 119 230.
 
 Redistribution and use in source and binary forms, with or without modification,
diff --git a/aviation-cessna172-diagrams.cabal b/aviation-cessna172-diagrams.cabal
--- a/aviation-cessna172-diagrams.cabal
+++ b/aviation-cessna172-diagrams.cabal
@@ -1,10 +1,10 @@
 name:               aviation-cessna172-diagrams
-version:            0.0.1
+version:            0.0.2
 license:            OtherLicense
 license-file:       LICENSE
 author:             Tony Morris <ʇǝu˙sıɹɹoɯʇ@ןןǝʞsɐɥ>, Joshua Morris <ɯoɔ˙lᴉɐɯƃ@llǝʞsɐɥ+sᴉɹɹoɯuɥoɾɐnɥsoɾ>
 maintainer:         Tony Morris, Joshua Morris
-copyright:          Copyright (c) 2016, Commonwealth Scientific and Industrial Research Organisation (CSIRO) ABN 41 687 119 230.
+copyright:          Copyright (c) 2017, Commonwealth Scientific and Industrial Research Organisation (CSIRO) ABN 41 687 119 230.
 synopsis:           Diagrams for the Cessna 172 aircraft in aviation.
 category:           Aviation
 description:        
@@ -40,7 +40,7 @@
                     , diagrams-lib >= 1.4 && < 2
                     , mtl >= 2.2 && < 3
                     , plots >= 0.1 && < 1
-                    , hgeometry >= 0.5.1.0 && < 0.6
+                    , hgeometry >= 0.6.0.0 && < 0.7
                     , colour >= 2.3 && < 3
 
   ghc-options:
diff --git a/changelog b/changelog
--- a/changelog
+++ b/changelog
@@ -1,3 +1,7 @@
+0.0.2
+
+* Update to newer hgeometry.
+
 0.0.1
 
 * Initial release
