diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,7 @@
+# 0.15
+
+* Relax bounds and make it compatible with other releases.
+
 # 0.14
 
 * Relax hint and make it compatible with other releases.
diff --git a/xmonad-extras.cabal b/xmonad-extras.cabal
--- a/xmonad-extras.cabal
+++ b/xmonad-extras.cabal
@@ -1,5 +1,5 @@
 name:               xmonad-extras
-version:            0.14
+version:            0.15
 homepage:           https://github.com/xmonad/xmonad-extras
 synopsis:           Third party extensions for xmonad with wacky dependencies
 description:        Various modules for xmonad that cannot be added to xmonad-contrib
@@ -42,7 +42,7 @@
 
 library
 
-    build-depends:      base < 5, mtl, containers, X11>=1.4.3, xmonad>=0.10 && <0.15, xmonad-contrib>=0.10 && <0.15
+    build-depends:      base < 5, mtl, containers, X11>=1.4.3, xmonad>=0.10 && <0.16, xmonad-contrib>=0.10 && <0.16
     ghc-options:        -fwarn-tabs -Wall -fno-warn-unused-do-bind
 
     -- Upload blocked by this: https://github.com/haskell/cabal/issues/2527
@@ -55,7 +55,7 @@
         exposed-modules: XMonad.Actions.Volume
 
     if flag(with_hint)
-        build-depends: hint >= 0.3.3.3 && < 0.9, network
+        build-depends: hint >= 0.3.3.3 && < 0.10, network
         exposed-modules: XMonad.Actions.Eval XMonad.Prompt.Eval
 --                         XMonad.Hooks.EvalServer
 
