diff --git a/packages/interface-connection-encrypter/CHANGELOG.md b/packages/interface-connection-encrypter/CHANGELOG.md index b25836cf9..e2f526114 100644 --- a/packages/interface-connection-encrypter/CHANGELOG.md +++ b/packages/interface-connection-encrypter/CHANGELOG.md @@ -1,3 +1,19 @@ +## [@libp2p/interface-connection-encrypter-v2.0.0](https://github.com/libp2p/js-libp2p-interfaces/compare/@libp2p/interface-connection-encrypter-v1.0.3...@libp2p/interface-connection-encrypter-v2.0.0) (2022-08-07) + + +### ⚠ BREAKING CHANGES + +* change connection encryption interface to uint8arraylist (#278) + +### Features + +* change connection encryption interface to uint8arraylist ([#278](https://github.com/libp2p/js-libp2p-interfaces/issues/278)) ([1fa580c](https://github.com/libp2p/js-libp2p-interfaces/commit/1fa580c5a45325dc9384738e9a78a238eabb81c3)) + + +### Trivial Changes + +* update project config ([#271](https://github.com/libp2p/js-libp2p-interfaces/issues/271)) ([59c0bf5](https://github.com/libp2p/js-libp2p-interfaces/commit/59c0bf5e0b05496fca2e4902632b61bb41fad9e9)) + ## [@libp2p/interface-connection-encrypter-v1.0.3](https://github.com/libp2p/js-libp2p-interfaces/compare/@libp2p/interface-connection-encrypter-v1.0.2...@libp2p/interface-connection-encrypter-v1.0.3) (2022-06-27) diff --git a/packages/interface-connection-encrypter/package.json b/packages/interface-connection-encrypter/package.json index 0b1534602..f1659b1b7 100644 --- a/packages/interface-connection-encrypter/package.json +++ b/packages/interface-connection-encrypter/package.json @@ -1,6 +1,6 @@ { "name": "@libp2p/interface-connection-encrypter", - "version": "1.0.3", + "version": "2.0.0", "description": "Connection Encrypter interface for libp2p", "license": "Apache-2.0 OR MIT", "homepage": "https://github.com/libp2p/js-libp2p-interfaces/tree/master/packages/interface-connection-encrypter#readme",