diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,7 @@
+## [0.4.4]
+### Changed
+- Increased upper bound `apecs` dependency
+
 ## [0.4.3]
 ### Added
 - `addPostStepCallback`
diff --git a/apecs-physics.cabal b/apecs-physics.cabal
--- a/apecs-physics.cabal
+++ b/apecs-physics.cabal
@@ -1,5 +1,5 @@
 name:                apecs-physics
-version:             0.4.3
+version:             0.4.4
 synopsis:            2D physics for apecs
 description:         2D physics for apecs. Uses Chipmunk physics library under the hood.
 homepage:            https://github.com/jonascarpay/apecs#readme
@@ -77,7 +77,7 @@
     Apecs.Physics.Types
     Apecs.Physics.Query
   build-depends:
-    apecs            >= 0.7  && < 0.9,
+    apecs            >= 0.7  && < 0.10,
     base             >= 4.9  && < 5,
     containers       >= 0.5  && < 0.8,
     inline-c         >= 0.6  && < 1,
