diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,9 @@
 # Revision history for test-lib
 
+## 0.2.1 -- 2018-01-21
+
+* Only changes to versions of package dependencies.
+
 ## 0.1.0.0 -- 2018-12-11
 
 * First version. Released on an unsuspecting world.
diff --git a/test-lib.cabal b/test-lib.cabal
--- a/test-lib.cabal
+++ b/test-lib.cabal
@@ -1,5 +1,5 @@
 name:                test-lib
-version:             0.2
+version:             0.2.1
 synopsis:            A library to make a quick test-runner script.
 description:         This library makes it easy to define an executable,
                      which can find and run a bunch of tests for a binary.
@@ -15,13 +15,13 @@
 library
   hs-source-dirs:      src
   exposed-modules:     TestLib
-  build-depends:       base                  >=4.9 && <4.13,
+  build-depends:       base                  >=4.9 && <4.14,
                        directory             >=1.3 && <1.4,
                        filepath              >=1.4 && <1.5,
                        process               >=1.4 && <1.7,
                        containers            >=0.5 && <0.7,
                        HUnit                 >= 1.3.0 && < 1.7,
-                       simple-get-opt        >= 0.2.0 && < 0.3,
+                       simple-get-opt        >= 0.2.0 && < 0.5,
                        test-framework        >= 0.8.0 && < 0.9,
                        test-framework-hunit  >= 0.3.0 && < 0.4
 
