diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,6 @@
 ## Changelog
 
-### 0.9.5 (unpublished)
+### 0.9.5
 
 - Provide Optional as a replacement for OrNil. Exports of the latter
   have been fixed.
diff --git a/hslua.cabal b/hslua.cabal
--- a/hslua.cabal
+++ b/hslua.cabal
@@ -1,5 +1,5 @@
 name:                   hslua
-version:                0.9.5
+version:                0.9.5.1
 stability:              beta
 cabal-version:          >= 1.8
 license:                MIT
@@ -77,7 +77,7 @@
   build-depends:        base       >= 4.7    && < 5
                       , bytestring >= 0.10.2 && < 0.11
                       , containers >= 0.5    && < 0.6
-                      , exceptions >= 0.8    && < 0.9
+                      , exceptions >= 0.8    && < 0.10
                       , fail       >= 4.9    && < 5
                       , mtl        >= 2.2    && < 2.3
                       , text
