diff --git a/CHANGELOG.rst b/CHANGELOG.rst
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -7,6 +7,18 @@
 .. _PVP: https://pvp.haskell.org/
 
 
+1.1.0.2 (2018-03-11)
+--------------------
+
+* Git: :tag:`hunit-dejafu-1.1.0.2`
+* Hackage: :hackage:`hunit-dejafu-1.1.0.2`
+
+Miscellaneous
+~~~~~~~~~~~~~
+
+* (:pull:`245`) The upper bound on :hackage:`exceptions` is <0.11.
+
+
 1.1.0.1 (2018-03-06)
 --------------------
 
diff --git a/hunit-dejafu.cabal b/hunit-dejafu.cabal
--- a/hunit-dejafu.cabal
+++ b/hunit-dejafu.cabal
@@ -2,7 +2,7 @@
 -- documentation, see http://haskell.org/cabal/users-guide/
 
 name:                hunit-dejafu
-version:             1.1.0.1
+version:             1.1.0.2
 synopsis:            Deja Fu support for the HUnit test framework.
 
 description:
@@ -30,14 +30,14 @@
 source-repository this
   type:     git
   location: https://github.com/barrucadu/dejafu.git
-  tag:      hunit-dejafu-1.1.0.1
+  tag:      hunit-dejafu-1.1.0.2
 
 library
   exposed-modules:     Test.HUnit.DejaFu
   -- other-modules:       
   -- other-extensions:    
   build-depends:       base       >=4.8 && <5
-                     , exceptions >=0.7 && <0.10
+                     , exceptions >=0.7 && <0.11
                      , dejafu     >=1.2 && <1.4
                      , HUnit      >=1.2 && <1.7
   -- hs-source-dirs:      
