diff --git a/ANum.cabal b/ANum.cabal
--- a/ANum.cabal
+++ b/ANum.cabal
@@ -1,16 +1,17 @@
 name:                ANum
-version:             0.2.0.1
+version:             0.2.0.2
 synopsis:            Num instance for Applicatives provided via the ANum newtype
 homepage:            https://github.com/DanBurton/ANum#readme
 bug-reports:         https://github.com/DanBurton/ANum/issues
 license:             BSD3
 license-file:        LICENSE
 author:              Dan Burton
-maintainer:          dan.burton@originate.com
+maintainer:          danburton.email@gmail.com
 copyright:           (c) Dan Burton 2013 - 2018
 category:            Data
 build-type:          Simple
 cabal-version:       >=1.10
+extra-source-files:  README.md CHANGELOG.md
 
 library
   default-language:    Haskell2010
@@ -30,8 +31,3 @@
 source-repository head
   type: git
   location: git://github.com/DanBurton/ANum.git
-
-source-repository this
-  type: git
-  location: git://github.com/DanBurton/ANum.git
-  tag: ANum-0.2.0.1
diff --git a/CHANGELOG.md b/CHANGELOG.md
new file mode 100644
--- /dev/null
+++ b/CHANGELOG.md
@@ -0,0 +1,3 @@
+## 0.2.0
+
+* Add Foldable and Traversable instances
diff --git a/README.md b/README.md
new file mode 100644
--- /dev/null
+++ b/README.md
@@ -0,0 +1,4 @@
+ANum
+====
+
+Num instance for Applicatives provided via the ANum newtype
