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-kernel.cabal b/mismi-kernel.cabal
--- a/mismi-kernel.cabal
+++ b/mismi-kernel.cabal
@@ -1,4 +1,4 @@
-version: 0.0.2
+version: 0.0.3
 
 name:
   mismi-kernel
@@ -27,13 +27,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.*
     , text                            >= 1.1        && < 1.3
 
   ghc-options:
@@ -63,6 +64,6 @@
   build-depends:
       base                            >= 3          && < 5
     , mismi-kernel
-    , mismi-p                         == 0.0.2.*
+    , mismi-p                         == 0.0.3.*
     , hedgehog
     , text                            >= 1.1        && < 1.3
