diff --git a/source/library/Wuss.hs b/source/library/Wuss.hs
--- a/source/library/Wuss.hs
+++ b/source/library/Wuss.hs
@@ -37,6 +37,12 @@
     >     loop
     >
     >     sendClose connection (pack "Bye!")
+
+    == Retry
+
+    Note that it is possible for the connection itself or any message to fail and need to be retried.
+    Fortunately this can be handled by something like <https://hackage.haskell.org/package/retry the retry package>.
+    See <https://github.com/tfausak/wuss/issues/18#issuecomment-990921703 this comment> for an example.
 -}
 module Wuss
   ( runSecureClient
diff --git a/wuss.cabal b/wuss.cabal
--- a/wuss.cabal
+++ b/wuss.cabal
@@ -1,7 +1,7 @@
 cabal-version: 2.2
 
 name: wuss
-version: 2.0.0.0
+version: 2.0.0.1
 
 synopsis: Secure WebSocket (WSS) clients
 description:
