Skip to content

Commit

Permalink
chore: release version v0.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vasco-santos committed Jul 8, 2019
1 parent 2a2187b commit 2a4cae9
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
<a name="0.17.0"></a>
# [0.17.0](https://github.com/libp2p/js-libp2p-floodsub/compare/v0.16.1...v0.17.0) (2019-07-08)


### Features

* add strict signing validation for messages ([#84](https://github.com/libp2p/js-libp2p-floodsub/issues/84) ([eed2bc5](https://github.com/libp2p/js-libp2p-floodsub/commit/eed2bc5))


### BREAKING CHANGES

* If messages are not being signed, this change will result in them being dropped. A previous release of floodsub added signing by default, but any Floodsub version older than v0.16.0 will have their messages dropped. This is inline with the latest go pubsub behavior.



<a name="0.16.1"></a>
## [0.16.1](https://github.com/libp2p/js-libp2p-floodsub/compare/v0.16.0...v0.16.1) (2019-05-08)

Expand Down

0 comments on commit 2a4cae9

Please sign in to comment.