From 75116bef3ac69b32d42e6f2051908f9003b8f0c4 Mon Sep 17 00:00:00 2001 From: Marin Petrunic Date: Fri, 14 Jan 2022 19:28:56 +0100 Subject: [PATCH] Release 5.0.2 --- CHANGELOG.md | 3 +++ package.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 25fc086..37bdeac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,9 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [5.0.2] +- Fix write handshake nonce correctly which made this version incompatible with other implementations [#129](https://github.com/ChainSafe/js-libp2p-noise/pull/129) + ## [5.0.1] - Fix API docs link [#124](https://github.com/ChainSafe/js-libp2p-noise/pull/124) diff --git a/package.json b/package.json index 6341c06..35c53a0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@chainsafe/libp2p-noise", - "version": "5.0.1", + "version": "5.0.2", "main": "dist/src/index.js", "types": "dist/src/index.d.ts", "files": [