diff --git a/Network/IRC/Client/Events.hs b/Network/IRC/Client/Events.hs
--- a/Network/IRC/Client/Events.hs
+++ b/Network/IRC/Client/Events.hs
@@ -28,6 +28,7 @@
 
   -- ** Individual handlers
   , pingHandler
+  , kickHandler
   , ctcpPingHandler
   , ctcpVersionHandler
   , ctcpTimeHandler
diff --git a/irc-client.cabal b/irc-client.cabal
--- a/irc-client.cabal
+++ b/irc-client.cabal
@@ -10,7 +10,7 @@
 -- PVP summary:      +-+------- breaking API changes
 --                   | | +----- non-breaking API additions
 --                   | | | +--- code changes with no API change
-version:             1.1.0.7
+version:             1.1.1.0
 
 -- A short (one-line) description of the package.
 synopsis:            An IRC client library.
@@ -124,4 +124,4 @@
 source-repository this
   type:     git
   location: https://github.com/barrucadu/irc-client.git
-  tag:      1.1.0.7
+  tag:      1.1.1.0
