diff --git a/CHANGELOG.md b/CHANGELOG.md index 166df07..5ed61a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] - +## [1.0.0-rc.7] - 2019-03-05 + +### Breaking changes +- Disabled noise pipes + +### Bugfixes +- fixed empty ephemeral bug in XX +- verification of AEAD decryption + + ## [1.0.0-rc.7] - 2019-02-20 ### Bugfixes diff --git a/package.json b/package.json index 5dc8114..5d047df 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "libp2p-noise", - "version": "1.0.0-rc.7", + "version": "1.0.0-rc.8", "main": "dist/index.js", "types": "dist/index.d.ts", "module": "lib/index.js",