diff --git a/changelog.md b/changelog.md
--- a/changelog.md
+++ b/changelog.md
@@ -1,3 +1,8 @@
+0.0.5
+
+* Update to `stratux-http`.
+* Update to `stratux-types`.
+
 0.0.4
 
 * Now depends on `stratux-http`.
diff --git a/stratux.cabal b/stratux.cabal
--- a/stratux.cabal
+++ b/stratux.cabal
@@ -1,5 +1,5 @@
 name:               stratux
-version:            0.0.4
+version:            0.0.5
 license:            BSD3
 license-file:       LICENCE
 author:             Tony Morris <ʇǝu˙sıɹɹoɯʇ@ןןǝʞsɐɥ>
@@ -27,8 +27,8 @@
 
   build-depends:
                       base < 5 && >= 4
-                    , stratux-types == 0.0.4
-                    , stratux-http == 0.0.4
+                    , stratux-types == 0.0.5
+                    , stratux-http == 0.0.5
                     , stratux-websockets == 0.0.4
 
   ghc-options:
