diff --git a/Changelog.md b/Changelog.md
index a5a6ff58..fd8ebae8 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -1,13 +1,12 @@
-### 2026-07-03: RNS 1.3.7
+### 2026-07-10: RNS 1.3.8
-This maintenance release improves announces propagation logic, and adds additional options for configuring announce propagation and interface behavior in transport mode.
+This release fixes various inconsistencies in link and hop-count related APIs.
**Changes**
-- Added `internal` interface mode
-- Added `recursive_prs` interface option
-- Added `announces_from_internal` interface option
-- Added new options to the manual
-- Improved and cleaned up announce propagation logic
+- Fixed inconsistent link traffic stats calculation
+- Fixed link hop-count metric only being available on initiator side
+- Fixed potential hop-count serialization error on transport
+- Updated `WeaveInterface` to support latest Weave firmware
**Verified Retrieval**
You can retrieve and verify this release over Reticulum using the built-in `rngit release` utility. To retrieve only the installation `.whl` package, and the release manifest for future updates, you can use:
@@ -37,6 +36,17 @@ rnid -i bc7291552be7a58f361522990465165c -V rns_*.rsm *.rsg
The `rnid` utility will then verify the signatures, and display whether they are valid. If the signature cannot be verified, the release has been tampered with and should be discarded.
+### 2026-07-03: RNS 1.3.7
+
+This maintenance release improves announces propagation logic, and adds additional options for configuring announce propagation and interface behavior in transport mode.
+
+**Changes**
+- Added `internal` interface mode
+- Added `recursive_prs` interface option
+- Added `announces_from_internal` interface option
+- Added new options to the manual
+- Improved and cleaned up announce propagation logic
+
### 2026-07-03: RNS 1.3.6
This release contained a bug in the local instance transport handling, and was superseded by version `1.3.7`.
diff --git a/docs/manual/.buildinfo b/docs/manual/.buildinfo
index 47cebb93..d17ed9bb 100644
--- a/docs/manual/.buildinfo
+++ b/docs/manual/.buildinfo
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file records the configuration used when building these files. When it is not found, a full rebuild will be done.
-config: 7bb2cb9af7043f608a692d14da7e45e4
+config: 5f1bb7356498498f06570848af4171af
tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/docs/manual/_static/documentation_options.js b/docs/manual/_static/documentation_options.js
index 50cb51fe..c5fdf336 100644
--- a/docs/manual/_static/documentation_options.js
+++ b/docs/manual/_static/documentation_options.js
@@ -1,5 +1,5 @@
const DOCUMENTATION_OPTIONS = {
- VERSION: '1.3.7',
+ VERSION: '1.3.8',
LANGUAGE: 'en',
COLLAPSE_INDEX: false,
BUILDER: 'html',
diff --git a/docs/manual/distributed.html b/docs/manual/distributed.html
index 033db1e2..e398a14b 100644
--- a/docs/manual/distributed.html
+++ b/docs/manual/distributed.html
@@ -7,7 +7,7 @@
-
-
+
diff --git a/docs/manual/using.html b/docs/manual/using.html
index bf7dea91..fb5fec5e 100644
--- a/docs/manual/using.html
+++ b/docs/manual/using.html
@@ -7,7 +7,7 @@
- Using Reticulum on Your System - Reticulum Network Stack 1.3.7 documentation
+ Using Reticulum on Your System - Reticulum Network Stack 1.3.8 documentation
@@ -180,7 +180,7 @@