From 79ae37ef03fd9fc89721083c6cfa5bd38ee18034 Mon Sep 17 00:00:00 2001 From: Rich Megginson Date: Wed, 24 Jun 2026 11:54:00 -0600 Subject: [PATCH] docs(changelog): version 1.20.2 [citest_skip] Update changelog and .README.html for version 1.20.2 Signed-off-by: Rich Megginson --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index cc080902..440d6e35 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,15 @@ Changelog ========= +[1.20.2] - 2026-06-24 +-------------------- + +### Other Changes + +- test: fix unit test module lookup paths (#876) +- test: refactor wireless tests into single setup and cleanup (#877) +- test: remove unused files, py26 tests (#878) + [1.20.1] - 2026-06-01 --------------------