diff --git a/ChangeLog.md b/ChangeLog.md
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -2,4 +2,6 @@
 
 ## 0.1.0.0  -- YYYY-mm-dd
 
-* First version. Released on an unsuspecting world.
+* First version. 
+
+
diff --git a/streaming-bytestring.cabal b/streaming-bytestring.cabal
--- a/streaming-bytestring.cabal
+++ b/streaming-bytestring.cabal
@@ -1,5 +1,5 @@
 name:                streaming-bytestring
-version:             0.1.0.5
+version:             0.1.0.6
 synopsis:            effectful byte steams, or: lazy bytestring done right
 
 description:         This is an implementation of effectful, memory-constrained 
@@ -18,6 +18,10 @@
                      .
                      and similarly for other rational streaming io libraries. 
                      .
+                     Problems and questions about the library can be put as issues on 
+                     the github page, or mailed to the 
+                     <https://groups.google.com/forum/#!forum/haskell-pipes pipes list>.
+                     .
                      A tutorial module is in the works; 
                      <https://gist.github.com/michaelt/6c6843e6dd8030e95d58 here> 
                      is a sequence of simplified implementations of familiar shell utilities.  
@@ -134,7 +138,8 @@
                      <http://hackage.haskell.org/package/pipes-group-1.0.2/docs/Pipes-Group-Tutorial.html pipes-group>
                      and the examples in the documentation for the streaming library. See also
                      <https://gist.github.com/michaelt/6c6843e6dd8030e95d58 simple implementations> 
-                     of the shell-like examples mentioned above.
+                     of the shell-like examples mentioned above. Or, again, put a question on
+                     the issues page or to the pipes list.
 
                     
 license:             BSD3
@@ -142,7 +147,7 @@
 author:              michaelt
 maintainer:          what_is_it_to_do_anything@yahoo.com
 -- copyright:           
-category:            Data
+category:            Data, Pipes, Streaming
 build-type:          Simple
 extra-source-files:  ChangeLog.md
 cabal-version:       >=1.10
