From a1de6f65399efb3df3d2b20427a3a6065c53a8d5 Mon Sep 17 00:00:00 2001 From: "Christoph Bergmeister [MVP]" Date: Tue, 28 Jul 2020 17:47:06 +0100 Subject: [PATCH] Finalize changelog for 1.19.1 --- CHANGELOG.MD | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.MD b/CHANGELOG.MD index df79caa88..30ae235d1 100644 --- a/CHANGELOG.MD +++ b/CHANGELOG.MD @@ -1,6 +1,6 @@ # CHANGELOG -## [1.19.1](https://github.com/PowerShell/PSScriptAnalyzer/tree/1.19.1) +## [1.19.1](https://github.com/PowerShell/PSScriptAnalyzer/tree/1.19.1) - 2020-07-28 ### Fixes @@ -16,6 +16,10 @@ - New rule (disabled by default): [AvoidUsingDoubleQuotesForConstantString](https://github.com/PowerShell/PSScriptAnalyzer/blob/master/RuleDocumentation/AvoidUsingDoubleQuotesForConstantString.md) (#1470) (by @bergmeister) +### Miscellaneous + +- Set Assembly version attribute (#1549) (by @JamesWTruher) + ### Documentation - Remove references to Windows in Introduction of Readme.md (#1509) (Thanks @hjorslev!)