diff --git a/changelog.md b/changelog.md
--- a/changelog.md
+++ b/changelog.md
@@ -1,3 +1,7 @@
+0.1.0.1
+
+* Bumped base to 4.8
+
 0.1.0.0
 -------
 
diff --git a/vinyl-utils.cabal b/vinyl-utils.cabal
--- a/vinyl-utils.cabal
+++ b/vinyl-utils.cabal
@@ -2,7 +2,7 @@
 -- documentation, see http://haskell.org/cabal/users-guide/
 
 name:                vinyl-utils
-version:             0.1.0.0
+version:             0.1.0.1
 synopsis:            Utilities for vinyl
 description:         Operations on records parametrized with various kinds of functors.
 license:             BSD3
@@ -26,7 +26,7 @@
                       ,Data.Vinyl.Utils.Operator
   -- other-modules:       
   -- other-extensions:    
-  build-depends:       base >=4.7 && <4.8
+  build-depends:       base >= 4.7 && < 4.9
                       ,contravariant
                       ,transformers
                       ,vinyl >= 0.5
