diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c79f50..79011d7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ + +## [0.2.1](https://github.com/libp2p/js-libp2p-keychain/compare/v0.2.0...v0.2.1) (2017-12-28) + + +### Features + +* generate unique options for a key chain ([#20](https://github.com/libp2p/js-libp2p-keychain/issues/20)) ([89a451c](https://github.com/libp2p/js-libp2p-keychain/commit/89a451c)) + + + # 0.2.0 (2017-12-20) diff --git a/package.json b/package.json index f70401a..bbc1e64 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "libp2p-keychain", - "version": "0.2.0", + "version": "0.2.1", "description": "Key management and cryptographically protected messages", "main": "src/index.js", "scripts": {