Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "6.4.20"
".": "6.4.21"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ This file is used to list changes made in each version of the powershell cookboo
Standardise files with files in sous-chefs/repo-management
Standardise files with files in sous-chefs/repo-management

## [6.4.21](https://github.com/sous-chefs/powershell/compare/v6.4.20...v6.4.21) (2025-10-16)

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 [linkspector] reported by reviewdog 🐶
Cannot reach v6.4.20...v6.4.21 Status: 404



### Bug Fixes

* **ci:** Update workflows to use release pipeline ([#188](https://github.com/sous-chefs/powershell/issues/188)) ([f9c0dad](https://github.com/sous-chefs/powershell/commit/f9c0dad0e2a2fb6ed42ebcc8114943db9f571940))

## [6.4.20](https://github.com/sous-chefs/powershell/compare/6.4.19...v6.4.20) (2025-10-15)


Expand Down
2 changes: 1 addition & 1 deletion metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
maintainer_email 'help@sous-chefs.org'
license 'Apache-2.0'
description 'Installs/Configures PowerShell on the Windows platform'
version '6.4.20'
version '6.4.21'
source_url 'https://github.com/sous-chefs/powershell'
issues_url 'https://github.com/sous-chefs/powershell/issues'
chef_version '>= 13.0'
Expand Down
Loading