File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -7,8 +7,16 @@ documentation before upgrading to a new release.
7
7
8
8
Released closed milestones can be found on [ GitHub] ( https://github.com/Icinga/icinga-powershell-mssql/milestones?state=closed ) .
9
9
10
+ ## 1.1.0 (pending)
11
+
12
+ [ Issue and PRs] ( https://github.com/Icinga/icinga-powershell-mssql/milestone/2?closed=1 )
13
+
14
+ * No changes yet*
15
+
10
16
## 1.0.0 (2020-10-13)
11
17
18
+ [ Issue and PRs] ( https://github.com/Icinga/icinga-powershell-mssql/milestone/1?closed=1 )
19
+
12
20
### Notes
13
21
14
22
* Initial release candidate for the new Icinga PowerShell Plugins
Original file line number Diff line number Diff line change 1
1
@ {
2
- ModuleVersion = ' 1.0 .0'
2
+ ModuleVersion = ' 1.1 .0'
3
3
GUID = ' 8441b44a-e105-42b7-82c9-8ecf69c13b8b'
4
4
# ModuleToProcess = 'icinga-powershell-mssql.psm1'
5
5
Author = ' Lord Hepipud, pdorschner'
33
33
ProjectUri = ' https://github.com/Icinga/icinga-powershell-mssql'
34
34
ReleaseNotes = ' https://github.com/Icinga/icinga-powershell-mssql/releases'
35
35
};
36
- Version = ' v1.0 .0' ;
36
+ Version = ' v1.1 .0' ;
37
37
}
38
38
HelpInfoURI = ' https://github.com/Icinga/icinga-powershell-mssql'
39
39
}
You can’t perform that action at this time.
0 commit comments