From d565502bdbac344ab38bc4a2ef4efad926828fba Mon Sep 17 00:00:00 2001 From: Rich Megginson Date: Tue, 16 Jan 2024 10:26:42 -0700 Subject: [PATCH] docs(changelog): version 1.3.1 [citest skip] Update changelog and .README.html for version 1.3.1 Signed-off-by: Rich Megginson --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ea8998e3ca..70fade75c5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,18 @@ Changelog ========= +[1.3.1] - 2024-01-16 +-------------------- + +### Bug Fixes + +- fix: Enable PostgreSQL stream selection for c9s and RHEL9 (#72) + +### Other Changes + +- ci: support ansible-lint and ansible-test 2.16 (#70) +- ci: Use supported ansible-lint action; run ansible-lint against the collection (#71) + [1.3.0] - 2023-12-08 --------------------