From 757081e06a795bc6dcaf1e77e226be212f397bb0 Mon Sep 17 00:00:00 2001 From: Rich Megginson Date: Fri, 16 Aug 2024 07:57:26 -0600 Subject: [PATCH] docs(changelog): version 1.16.1 [citest skip] Update changelog and .README.html for version 1.16.1 Signed-off-by: Rich Megginson --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 44944b9..e6bd59f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,15 @@ Changelog ========= +[1.16.1] - 2024-08-16 +-------------------- + +### Other Changes + +- tests: Use EPEL-7 from archive (#719) +- test: skip integration pytest on fedora 39 and later (#720) +- ci: fix and improve integration container testing (#721) + [1.16.0] - 2024-08-09 --------------------