diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,3 +3,8 @@
 ## 0.1.0
 
 Initial release
+
+## 0.1.1
+
+* Fix typo
+
diff --git a/src/TDLib/TDJson.hs b/src/TDLib/TDJson.hs
--- a/src/TDLib/TDJson.hs
+++ b/src/TDLib/TDJson.hs
@@ -57,7 +57,7 @@
 foreign import ccall "td_json_client_receive"
   tdJsonClientReceive :: ClientPtr -> CDouble -> IO CString
 
-foreign import ccall "Td_json_client_execute"
+foreign import ccall "td_json_client_execute"
   tdJsonClientExecute :: ClientPtr -> CString -> IO ()
 
 foreign import ccall "td_json_client_destroy"
diff --git a/tdlib.cabal b/tdlib.cabal
--- a/tdlib.cabal
+++ b/tdlib.cabal
@@ -4,10 +4,10 @@
 --
 -- see: https://github.com/sol/hpack
 --
--- hash: e454a6441e012c7cdf400ccf952fa4abd1464529b5cde885c6b80d7d0fde91b9
+-- hash: 33e664198769cc03ac4f268b9eade1c40128e7135e2ac1bf25d9f8a814cf4608
 
 name:           tdlib
-version:        0.1.0
+version:        0.1.1
 synopsis:       Bidings to the tdlib json interface
 description:    Please see the README on GitHub at <https://github.com/poscat0x04/tdlib#readme>
 category:       FFI
