diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,8 @@
+# 0.1.4
+
+  * Stricter version bounds.
+  * Minor fixes.
+
 # 0.1.3
 
   * Switched to BSD-3 license.
diff --git a/rapid.cabal b/rapid.cabal
--- a/rapid.cabal
+++ b/rapid.cabal
@@ -1,14 +1,12 @@
-name:     rapid
-version:  0.1.4
-category: Development
-synopsis: Rapid prototyping with GHCi: hot reloading of running
-    components and reload-surviving values
-
-maintainer:   Ertugrul Söylemez <esz@posteo.de>
+name:         rapid
+version:      0.1.5
+category:     Development
+synopsis:     Hot reload and reload-surviving values with GHCi
+maintainer:   Markus Läll <markus.l2ll@gmail.com>
 author:       Ertugrul Söylemez <esz@posteo.de>
 copyright:    Copyright 2018 Ertugrul Söylemez
-homepage:     https://github.com/esoeylemez/rapid
-bug-reports:  https://github.com/esoeylemez/rapid/issues
+homepage:     https://github.com/haskell-rapid/rapid
+bug-reports:  https://github.com/haskell-rapid/rapid
 license:      BSD3
 license-file: LICENSE
 
@@ -33,16 +31,16 @@
 
 source-repository head
     type:     git
-    location: https://github.com/esoeylemez/rapid.git
+    location: https://github.com/haskell-rapid/rapid
 
 
 library
     build-depends:
-        async == 2.1.*,
-        base >= 4.8 && < 4.11,
-        containers == 0.5.*,
+        async >= 2.1 && < 2.3,
+        base >= 4.8 && < 4.18,
+        containers >= 0.5 && < 0.7,
         foreign-store == 0.2.*,
-        stm == 2.4.*
+        stm >= 2.4 && < 2.7
     default-language: Haskell2010
     ghc-options: -W
     exposed-modules:
