Skip to content

Commit a27d007

Browse files
chore: Release v0.6.2 (#165)
## [0.6.2] - 2024-06-26 This is a bug fixing release. Kademlia now correctly sets and forwards publisher & ttl in the DHT records. ### Fixed - kademlia: Preserve publisher & expiration time in DHT records ([#162](#162))
1 parent fd02c1f commit a27d007

File tree

3 files changed

+80
-63
lines changed

3 files changed

+80
-63
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.6.2] - 2024-06-26
9+
10+
This is a bug fixing release. Kademlia now correctly sets and forwards publisher & ttl in the DHT records.
11+
12+
### Fixed
13+
14+
- kademlia: Preserve publisher & expiration time in DHT records ([#162](https://github.com/paritytech/litep2p/pull/162))
15+
816
## [0.6.1] - 2024-06-20
917

1018
This is a bug fixing and security release. curve255190-dalek has been upgraded to v4.1.3, see [dalek-cryptography/curve25519-dalek#659](https://github.com/dalek-cryptography/curve25519-dalek/pull/659) for details.

0 commit comments

Comments
 (0)