From 6a84873a0a77a84b5ad00234d0ee8f688aa598b7 Mon Sep 17 00:00:00 2001 From: David Dias Date: Thu, 28 Dec 2017 08:51:26 +0000 Subject: [PATCH] chore: release version v0.2.1 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c79f501..79011d74 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 f70401ae..bbc1e64f 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": {