diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,8 @@
+## 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`
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.1
+version: 0.0.2
 
 name:
   mismi-kernel
@@ -33,7 +33,7 @@
 library
   build-depends:
       base                            >= 3          && < 5
-    , mismi-p
+    , mismi-p                         == 0.0.2.*
     , text                            >= 1.1        && < 1.3
 
   ghc-options:
@@ -63,6 +63,6 @@
   build-depends:
       base                            >= 3          && < 5
     , mismi-kernel
-    , mismi-p
+    , mismi-p                         == 0.0.2.*
     , hedgehog
     , text                            >= 1.1        && < 1.3
