diff --git a/CHANGELOG.markdown b/CHANGELOG.markdown
new file mode 100644
--- /dev/null
+++ b/CHANGELOG.markdown
@@ -0,0 +1,4 @@
+# Change log
+
+Witch follows the [Package Versioning Policy](https://pvp.haskell.org). You can
+find release notes [on GitHub](https://github.com/tfausak/witch/releases).
diff --git a/witch.cabal b/witch.cabal
--- a/witch.cabal
+++ b/witch.cabal
@@ -3,13 +3,13 @@
 build-type: Simple
 category: Data
 description: Witch converts values from one type into another.
-extra-source-files: README.markdown
+extra-source-files: CHANGELOG.markdown README.markdown
 license-file: LICENSE.txt
 license: ISC
 maintainer: Taylor Fausak
 name: witch
 synopsis: Convert values from one type into another.
-version: 0.0.0.0
+version: 0.0.0.2
 
 source-repository head
   location: https://github.com/tfausak/witch
