From 4b12e154a69af7fb53b8f409eca3b94a23bbd1f1 Mon Sep 17 00:00:00 2001 From: Rich Megginson Date: Wed, 14 Feb 2024 20:23:20 -0700 Subject: [PATCH] docs(changelog): version 1.15.1 [citest skip] Update changelog and .README.html for version 1.15.1 Signed-off-by: Rich Megginson --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c3b431c..a976a34 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,16 @@ Changelog ========= +[1.15.1] - 2024-02-14 +-------------------- + +### Other Changes + +- test: Clean up mock wifi at the end of each wireless test (#670) +- test: Rewrite tests_bond_options.yml in new testing format (#671) +- ci: Bump codecov/codecov-action from 3 to 4 (#672) +- ci: fix python unit test - copy pytest config to tests/unit (#673) + [1.15.0] - 2024-01-16 --------------------