diff --git a/CHANGELOG.md b/CHANGELOG.md
new file mode 100644
--- /dev/null
+++ b/CHANGELOG.md
@@ -0,0 +1,16 @@
+## Version 0.0.3 (2018-12-27)
+
+- Add support for GHC 8.6.3
+- Remove dependency on `unliftio-core` to fix compatibility issue
+  with un-released version of amazonka
+
+## Version 0.0.2 (2018-12-27)
+
+- Fix missing `Real` from `mismi-p`
+- Include `mismi-s3`
+
+## Version 0.0.1 (2018-12-16)
+
+- Replace `p` submodule with `mismi-p`
+- Upgrade tests from QuickCheck to hedgehog
+- Remove `amazonka`, `x`, `disorder` and `twine` submodules
diff --git a/mismi-s3-core.cabal b/mismi-s3-core.cabal
--- a/mismi-s3-core.cabal
+++ b/mismi-s3-core.cabal
@@ -1,4 +1,4 @@
-version: 0.0.2
+version: 0.0.3
 
 name:
   mismi-s3-core
@@ -28,11 +28,14 @@
 tested-with:
     GHC == 8.2.2
   , GHC == 8.4.3
+  , GHC == 8.6.3
+extra-source-files:
+  CHANGELOG.md
 
 library
   build-depends:
       base                            >= 3          && < 5
-    , mismi-p                         == 0.0.2.*
+    , mismi-p                         == 0.0.3.*
     , attoparsec                      >= 0.12       && < 0.14
     , text                            >= 1.1        && < 1.3
 
@@ -66,6 +69,6 @@
   build-depends:
       base                            >= 3          && < 5
     , mismi-s3-core
-    , mismi-p                         == 0.0.2.*
+    , mismi-p                         == 0.0.3.*
     , hedgehog
     , text                            >= 1.1        && < 1.3
