From 8f90188eb12c99af7177062a1eaab3673353ca7c Mon Sep 17 00:00:00 2001 From: "Rain Sallow (/u/ta11ow)" <32407840+vexx32@users.noreply.github.com> Date: Thu, 15 Dec 2022 14:43:54 -0500 Subject: [PATCH] (maint) Update changelog for release 1.4.0 (#111) * (maint) update changelog for 1.4.0 * Update chocolatey/changelogs/changelog.yaml Co-authored-by: Paul Broadwith Co-authored-by: Paul Broadwith --- chocolatey/changelogs/changelog.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/chocolatey/changelogs/changelog.yaml b/chocolatey/changelogs/changelog.yaml index 723de0b..3c3f9c5 100644 --- a/chocolatey/changelogs/changelog.yaml +++ b/chocolatey/changelogs/changelog.yaml @@ -1,6 +1,17 @@ # See: https://github.com/ansible-community/antsibull-changelog/blob/main/docs/changelog.yaml-format.md ancestor: null releases: + 1.4.0: + release_date: '2022-12-15' + changes: + release_summary: | + 1.4.0 - Deprecate side by side installs, bug fixes, and adding TLS options for bootstrapping. + major_changes: + - win_chocolatey - Allow users to select the TLS versions used for bootstrapping Chocolatey installation. + deprecated_features: + - win_chocolatey - Deprecate side-by-side installs. + bugfixes: + - win_chocolatey - Module fails to execute if powershell version is older than version 5. 1.3.1: release_date: '2022-10-12' changes: