diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -1,6 +1,8 @@
 ZooVisitor
 ==========
 
+[![Hackage](https://img.shields.io/hackage/v/zoovisitor.svg?style=flat)](https://hackage.haskell.org/package/zoovisitor)
+
 An Apache [zookeeper](https://zookeeper.apache.org/) client for Haskell.
 
 Tested on zookeeper 3.4, a higher version should work but not guaranteed.
diff --git a/src/ZooKeeper/Types.hs b/src/ZooKeeper/Types.hs
--- a/src/ZooKeeper/Types.hs
+++ b/src/ZooKeeper/Types.hs
@@ -42,6 +42,11 @@
   , pattern I.ZooPersistent
   , pattern I.ZooEphemeral
   , pattern I.ZooSequence
+  , pattern I.ZooPersistentSequential
+  , pattern I.ZooEphemeralSequential
+  , pattern I.ZooContainer
+  , pattern I.ZooPersistentWithTTL
+  , pattern I.ZooPersistentSequentialWithTTL
 
   , I.ZooLogLevel
   , pattern I.ZooLogError
diff --git a/zoovisitor.cabal b/zoovisitor.cabal
--- a/zoovisitor.cabal
+++ b/zoovisitor.cabal
@@ -1,6 +1,6 @@
 cabal-version:      2.2
 name:               zoovisitor
-version:            0.1.3.0
+version:            0.1.3.1
 synopsis:
   A haskell binding to Apache Zookeeper C library(mt) using Haskell Z project.
 
