gossipsub 0.27.0

Gossipsub protocol for tet-libp2p
Documentation
# 0.27.0 [2021-01-12]

- Update dependencies.

- Implement Gossipsub v1.1 specification.
  [PR 1720]https://github.com/tetcoin/tet-libp2p/pull/1720

# 0.26.0 [2020-12-17]

- Update `tet-libp2p-swarm` and `tet-libp2p-core`.

# 0.25.0 [2020-11-25]

- Update `tet-libp2p-swarm` and `tet-libp2p-core`.

# 0.24.0 [2020-11-09]

- Update dependencies.

# 0.23.0 [2020-10-16]

- Update dependencies.

# 0.22.0 [2020-09-09]

- Update `tet-libp2p-swarm` and `tet-libp2p-core`.

# 0.21.0 [2020-08-18]

- Add public API to list topics and peers. [PR 1677]https://github.com/tetcoin/tet-libp2p/pull/1677.

- Add message signing and extended privacy/validation configurations. [PR 1583]https://github.com/tetcoin/tet-libp2p/pull/1583.

- `Debug` instance for `Gossipsub`. [PR 1673]https://github.com/tetcoin/tet-libp2p/pull/1673.

- Bump `tet-libp2p-core` and `tet-libp2p-swarm` dependency.

# 0.20.0 [2020-07-01]

- Updated dependencies.

# 0.19.3 [2020-06-23]

- Maintenance release fixing linter warnings.

# 0.19.2 [2020-06-22]

- Updated dependencies.