aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authormurilo ijanc2026-03-27 00:48:23 -0300
committermurilo ijanc2026-03-27 00:48:23 -0300
commit18fa0f13f64e69bf70addc1e28a8ab0a39207eb2 (patch)
tree09038aba1cb1e63ee0232369e523facfa7820925 /CHANGELOG.md
parent660bc943ba26968692e731963e6b324299519542 (diff)
downloadtesseras-paste-18fa0f13f64e69bf70addc1e28a8ab0a39207eb2.tar.gz
Bump version to 0.1.2, update tesseras-dht to 0.1.3v0.1.2
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index c9b5122..5289006 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,6 +5,15 @@ 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.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
+## [0.1.2] - 2026-03-27
+
+### Changed
+
+- Update tesseras-dht to 0.1.3: fixes find_value_reply offset bug,
+ adds chunked value replies to avoid IP fragmentation, and increases
+ UDP recv buffer to prevent signature verification failures on large
+ pastes.
+
## [0.1.1] - 2026-03-25
### Added