diff --git a/ChangeLog.md b/ChangeLog.md
new file mode 100644
--- /dev/null
+++ b/ChangeLog.md
@@ -0,0 +1,13 @@
+0.1.0.2
+-------
+* Allow for hackage-security 0.3.*
+* Include ChangeLog.md in sdist (#98)
+
+0.1.0.1
+-------
+* Allow for hackage-security 0.2.*
+* Allow for network-2.5 (rather than network-uri-2.6.*)
+
+0.1.0.0
+-------
+* Initial beta release
diff --git a/hackage-security-HTTP.cabal b/hackage-security-HTTP.cabal
--- a/hackage-security-HTTP.cabal
+++ b/hackage-security-HTTP.cabal
@@ -1,5 +1,5 @@
 name:                hackage-security-HTTP
-version:             0.1.0.1
+version:             0.1.0.2
 synopsis:            Hackage security bindings against the HTTP library
 description:         The hackage security library provides a 'HttpLib'
                      abstraction to allow to bind against different HTTP
@@ -15,6 +15,9 @@
 build-type:          Simple
 cabal-version:       >=1.10
 
+extra-source-files:
+  ChangeLog.md
+
 flag use-network-uri
   description: Are we using network-uri?
   manual: False
@@ -26,7 +29,7 @@
                        HTTP             >= 4000.2.19 && < 4000.3,
                        mtl              >= 2.2       && < 2.3,
                        zlib             >= 0.5       && < 0.7,
-                       hackage-security >= 0.1       && < 0.3
+                       hackage-security >= 0.1       && < 0.4
   hs-source-dirs:      src
   default-language:    Haskell2010
   default-extensions:  DeriveDataTypeable
