diff --git a/changes b/changes
new file mode 100644
--- /dev/null
+++ b/changes
@@ -0,0 +1,3 @@
+0.1.0 add changes file (bumped major version number for the changes in 0.0.6)
+0.0.6 added binFract and binFloat with the same exponent as hexFloat
+0.0.5 allow p and P (new) in hexFloat for the exponent
diff --git a/parsec3-numbers.cabal b/parsec3-numbers.cabal
--- a/parsec3-numbers.cabal
+++ b/parsec3-numbers.cabal
@@ -1,5 +1,5 @@
 name:          parsec3-numbers
-version:       0.0.6
+version:       0.1.0
 build-type:    Simple
 cabal-version: >= 1.6
 license:       BSD3
@@ -11,6 +11,7 @@
 description:
     parsec3-numbers provides the number parsers independent from
     token parsers
+extra-source-files: changes
 
 stability: experimental
 
