Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "3.1.1"
".": "3.1.2"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [3.1.2](https://github.com/fugo101/microlink/compare/v3.1.1...v3.1.2) (2026-08-19)


### Bug Fixes

* **coord:** persist vpn_ip in NVS to survive elided Node.Addresses ([#73](https://github.com/fugo101/microlink/issues/73)) ([61a1264](https://github.com/fugo101/microlink/commit/61a12640900a69ccbde6555f690d45aa836206fd)), closes [#72](https://github.com/fugo101/microlink/issues/72)

## [3.1.1](https://github.com/fugo101/microlink/compare/v3.1.0...v3.1.1) (2026-08-19)


Expand Down
2 changes: 1 addition & 1 deletion components/microlink/idf_component.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: "3.1.1" # x-release-please-version
version: "3.1.2" # x-release-please-version
description: >-
Tailscale-protocol network stack for ESP32 (FuGo fork of CamM2325/microlink,
ESP-IDF 6.x only): ts2021 control plane, WireGuard data plane, DISCO/STUN,
Expand Down