Skip to content

Commit 3a6da23

Browse files
chore: Release v0.6.1 (#160)
## [0.6.1] - 2024-06-20 This is a bug fixing and security release. curve255190-dalek has been upgraded to v4.1.3, see [dalek-cryptography/curve25519-dalek#659](dalek-cryptography/curve25519-dalek#659) for details. ### Fixed - kad: Set default ttl 36h for kad records ([#154](#154)) - chore: update ed25519-dalek to v2.1.1 ([#122](#122)) - Bump curve255190-dalek 4.1.2 -> 4.1.3 ([#159](#159))
1 parent c57dbc6 commit 3a6da23

File tree

3 files changed

+69
-280
lines changed

3 files changed

+69
-280
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,16 @@ 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.1] - 2024-06-20
9+
10+
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.
11+
12+
### Fixed
13+
14+
- kad: Set default ttl 36h for kad records ([#154](https://github.com/paritytech/litep2p/pull/154))
15+
- chore: update ed25519-dalek to v2.1.1 ([#122](https://github.com/paritytech/litep2p/pull/122))
16+
- Bump curve255190-dalek 4.1.2 -> 4.1.3 ([#159](https://github.com/paritytech/litep2p/pull/159))
17+
818
## [0.6.0] - 2024-06-14
919

1020
This release introduces breaking changes into `kad` module. The API has been extended as following:

0 commit comments

Comments
 (0)