diff --git a/avers.cabal b/avers.cabal
--- a/avers.cabal
+++ b/avers.cabal
@@ -1,5 +1,5 @@
 name:                avers
-version:             0.0.10
+version:             0.0.11
 license:             GPL-3
 license-file:        LICENSE
 author:              Tomas Carnecky
diff --git a/src/Avers/Storage.hs b/src/Avers/Storage.hs
--- a/src/Avers/Storage.hs
+++ b/src/Avers/Storage.hs
@@ -263,7 +263,7 @@
         R.OrderByIndexed (R.Descending "objectSnapshotSequence") $
         objectSnapshotSequenceE objId lo hi
 
-    snapshot <- case V.headM snapshots of
+    snapshot <- case snapshots V.!? 0 of
         Just x  -> parseDatum x
         Nothing -> return $ initialSnapshot objId
 
