diff --git a/Changelog b/Changelog
--- a/Changelog
+++ b/Changelog
@@ -1,2 +1,4 @@
+2014-02-24  David Feng <davidxifeng@gmail.com>
 
-0.1.1.3 : add lua_pop after luaL_register called to clear the lua stack
+             * cbits/pbc-lua.c: add the missing lua_pop call after luaL_register
+             called to clear the lua stack
diff --git a/pbc4hs.cabal b/pbc4hs.cabal
--- a/pbc4hs.cabal
+++ b/pbc4hs.cabal
@@ -1,5 +1,5 @@
 name:                pbc4hs
-version:             0.1.1.3
+version:             0.1.1.4
 synopsis:            pbc for HsLua
 description:         pbc wrapper for HsLua
 license:             BSD3
