diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,9 @@
+## 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`
diff --git a/mismi-p.cabal b/mismi-p.cabal
--- a/mismi-p.cabal
+++ b/mismi-p.cabal
@@ -1,4 +1,4 @@
-version: 0.0.2
+version: 0.0.3
 
 name:
   mismi-p
@@ -29,6 +29,7 @@
 tested-with:
     GHC == 8.2.2
   , GHC == 8.4.3
+  , GHC == 8.6.3
 extra-source-files:
   README.md
   CHANGELOG.md
