From 3a93dcb0e036c065756dc5deb4689bc5e0d0467d Mon Sep 17 00:00:00 2001 From: Rain Sallow <32407840+vexx32@users.noreply.github.com> Date: Thu, 26 Sep 2024 14:31:43 -0400 Subject: [PATCH] (maint) Update changelog for 1.5.2 --- chocolatey/changelogs/changelog.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/chocolatey/changelogs/changelog.yaml b/chocolatey/changelogs/changelog.yaml index 4de6edf..bacda23 100644 --- a/chocolatey/changelogs/changelog.yaml +++ b/chocolatey/changelogs/changelog.yaml @@ -1,6 +1,20 @@ # See: https://github.com/ansible-community/antsibull-changelog/blob/main/docs/changelog.yaml-format.md ancestor: null releases: + 1.5.2: + release_date: '2024-09-26' + changes: + release_summary: | + 1.5.2 - Bugfixes and documentation updates + bugfixes: + - win_chocolatey - task crashes if PATH contains multiple choco.exe on the target machine + minor_changes: + - Remove support for End of Life ansible-core 2.13, 2.14 + documentation: + - win_chocolatey - documentation example uses environment incorrectly + - win_chocolatey - Add unit to timeout parameter in docs + - Fix documentation errors in win_chocolatey and win_chocolatey_facts + - Update Collection README to match new Ansible Certified Collections README Template 1.5.1: release_date: '2023-07-10' changes: