diff --git a/CHANGELOG.md b/CHANGELOG.md index 5458263..df0ceb7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] - +## [1.0.0-rc.6] - 2019-02-20 + +### Bugfixes +- attach/remove aead auth tag on cyphertext +- better protobuf handling (static module generation) + ## [1.0.0-rc.5] - 2019-02-10 ### Bugfixes diff --git a/package.json b/package.json index fdb8381..4ca9112 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "libp2p-noise", - "version": "1.0.0-rc.5", + "version": "1.0.0-rc.6", "main": "dist/index.js", "types": "dist/index.d.ts", "module": "lib/index.js",