Skip to content

Commit

Permalink
chore: release version v6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
victorb committed Nov 28, 2018
1 parent d7ef42b commit 594e133
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
<a name="6.0.0"></a>
# [6.0.0](https://github.com/multiformats/js-multiaddr/compare/v5.0.0...v6.0.0) (2018-11-28)


### Bug Fixes

* change UDP code ([e8c3d7d](https://github.com/multiformats/js-multiaddr/commit/e8c3d7d)), closes [#17](https://github.com/multiformats/js-multiaddr/issues/17)


### Features

* add support for quic addresses ([9238d0d](https://github.com/multiformats/js-multiaddr/commit/9238d0d))


### BREAKING CHANGES

* The UDP code was changed in the multicodec table

The UDP code is now `273` instead of `17`. For the full discussion of this change
please see https://github.com/multiformats/multicodec/pull/16.



<a name="5.0.2"></a>
## [5.0.2](https://github.com/multiformats/js-multiaddr/compare/v5.0.1...v5.0.2) (2018-11-05)

Expand Down

0 comments on commit 594e133

Please sign in to comment.