diff --git a/changelog.md b/changelog.md
--- a/changelog.md
+++ b/changelog.md
@@ -1,3 +1,12 @@
+0.0.4
+
+* Now depends on `stratux-http`.
+* Implements `/getStatus`.
+
+0.0.3
+
+* Now depends on `stratux-websockets`.
+
 0.0.2
 
 * Moved project to `stratux-types` which this one will depend on.
diff --git a/stratux.cabal b/stratux.cabal
--- a/stratux.cabal
+++ b/stratux.cabal
@@ -1,5 +1,5 @@
 name:               stratux
-version:            0.0.3
+version:            0.0.4
 license:            BSD3
 license-file:       LICENCE
 author:             Tony Morris <ʇǝu˙sıɹɹoɯʇ@ןןǝʞsɐɥ>
@@ -26,9 +26,10 @@
                     Haskell2010
 
   build-depends:
-                      base < 5 && >= 3
-                    , stratux-types == 0.0.3
-                    , stratux-websockets == 0.0.3
+                      base < 5 && >= 4
+                    , stratux-types == 0.0.4
+                    , stratux-http == 0.0.4
+                    , stratux-websockets == 0.0.4
 
   ghc-options:
                     -Wall
