diff --git a/changelog.md b/changelog.md
--- a/changelog.md
+++ b/changelog.md
@@ -1,3 +1,6 @@
+## v0.1.3.2
+- add support for 'base-4.8'
+
 ## v0.1.3.1
 - add 'this' change-log file
 
diff --git a/sdl2-image.cabal b/sdl2-image.cabal
--- a/sdl2-image.cabal
+++ b/sdl2-image.cabal
@@ -1,5 +1,5 @@
 name:                sdl2-image
-version:             0.1.3.1
+version:             0.1.3.2
 synopsis:            Haskell binding to sdl2-image.
 description:         Haskell binding to sdl2-image.
 license:             MIT
@@ -18,7 +18,7 @@
 source-repository this
   type:       git
   location:   https://github.com/ccll/hs-sdl2-image.git
-  tag:        v0.1.3.1
+  tag:        v0.1.3.2
 
 library
   extra-libraries:
@@ -29,7 +29,7 @@
     SDL2_image >= 2.0.0
 
   build-depends:
-    base >= 4.6 && < 4.8,
+    base >= 4.6 && < 4.9,
     sdl2 >= 1.0 && < 1.4
 
   hs-source-dirs:
