We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d806b05 commit 580b060Copy full SHA for 580b060
doc/31-Changelog.md
@@ -7,7 +7,7 @@ documentation before upgrading to a new release.
7
8
Released closed milestones can be found on [GitHub](https://github.com/Icinga/icinga-powershell-plugins/milestones?state=closed).
9
10
-# 1.11.1 (tbd)
+# 1.11.1 (2023-11-07)
11
12
### Bugfixes
13
icinga-powershell-plugins.psd1
@@ -1,5 +1,5 @@
1
@{
2
- ModuleVersion = '1.11.0'
+ ModuleVersion = '1.11.1'
3
GUID = 'e3e7850e-2f24-4173-8268-c2a29ec35750'
4
Author = 'Lord Hepipud'
5
CompanyName = 'Icinga GmbH'
@@ -73,7 +73,7 @@
73
ProjectUri = 'https://github.com/Icinga/icinga-powershell-plugins'
74
ReleaseNotes = 'https://github.com/Icinga/icinga-powershell-plugins/releases'
75
};
76
- Version = 'v1.11.0';
+ Version = 'v1.11.1';
77
Name = 'Windows Plugins';
78
Type = 'plugins';
79
Function = '';
0 commit comments