Skip to content
This repository was archived by the owner on Dec 10, 2020. It is now read-only.

Commit 7c6272c

Browse files
authored
Merge pull request #16 from ethereumjs/new-release
[Release] v2.2.0
2 parents 732bd21 + 97c6ce9 commit 7c6272c

File tree

2 files changed

+36
-1
lines changed

2 files changed

+36
-1
lines changed

CHANGELOG.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
# Changelog
2+
All notable changes to this project will be documented in this file.
3+
4+
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
5+
(modification: no type change headlines) and this project adheres to
6+
[Semantic Versioning](http://semver.org/spec/v2.0.0.html).
7+
8+
9+
## [2.2.0] - 2017-12-07
10+
- ``EIP-8`` compatibility
11+
- Improved debug messages
12+
- Fixes a bug on DPT ping timeout being triggered even if pong message is received
13+
- Only send connect event after both HELLO msgs are exchanged (fixes unreliable upper-protocol communication start)
14+
- Connection reliability improvements for ``peer-communication`` example
15+
- API documentation
16+
17+
[2.2.0]: https://github.com/ethereumjs/ethereumjs-devp2p/compare/v2.1.3...v2.2.0
18+
19+
## [2.1.3] - 2017-11-09
20+
- Dependency updates
21+
- Improved README documentation
22+
23+
[2.1.3]: https://github.com/ethereumjs/ethereumjs-devp2p/compare/v2.1.2...v2.1.3
24+
25+
## Older releases:
26+
27+
- [2.1.2](https://github.com/ethereumjs/ethereumjs-devp2p/compare/v2.1.1...v2.1.2) - 2017-05-16
28+
- [2.1.1](https://github.com/ethereumjs/ethereumjs-devp2p/compare/v2.1.0...v2.1.1) - 2017-04-27
29+
- [2.1.0](https://github.com/ethereumjs/ethereumjs-devp2p/compare/v2.0.0...v2.1.0) - 2016-12-11
30+
- [2.0.0](https://github.com/ethereumjs/ethereumjs-devp2p/compare/v1.0.0...v2.0.0) - 2016-11-14
31+
- 1.0.0 - 2016-10-18
32+
33+
34+
35+

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ethereumjs-devp2p",
3-
"version": "2.1.3",
3+
"version": "2.2.0",
44
"description": "A JavaScript implementation of ÐΞVp2p",
55
"keywords": [
66
"ethereum",

0 commit comments

Comments
 (0)