Skip to content
This repository has been archived by the owner on Aug 23, 2019. It is now read-only.

Commit

Permalink
chore: release version v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vasco-santos committed Apr 11, 2019
1 parent ebb6380 commit 206bddb
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
<a name="0.1.0"></a>
# [0.1.0](https://github.com/libp2p/js-libp2p-connection-manager/compare/v0.0.2...v0.1.0) (2019-04-11)


### Features

* use new connection emitters ([#19](https://github.com/libp2p/js-libp2p-connection-manager/issues/19)) ([8f6a40a](https://github.com/libp2p/js-libp2p-connection-manager/commit/8f6a40a))


### BREAKING CHANGES

* This migrates from using muxed events from libp2p
to the new connection events introduced in https://github.com/libp2p/js-libp2p-switch/pull/328.
This enables the connection manager to have better information about
the number of connections



<a name="0.0.2"></a>
## 0.0.2 (2018-04-23)

Expand Down

0 comments on commit 206bddb

Please sign in to comment.