v1.3.1
This is a maintenance release to fix a bug when iterating over paged result sets.
The server is allowed to return empty pages even when there are more rows
available. We used assume this was not the case and in certain circumstances
iteration was terminated prematurely. We are now handling this case by letting
the gocql driver handle it.
PR: #105