Skip to content

Commit ffcba94

Browse files
authored
Merge pull request #24 from Icinga:feature/updates_version_and_docs
Sets version to 1.1.0 and updates changelog
2 parents 8603ef3 + bbf6a9b commit ffcba94

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

doc/31-Changelog.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,16 @@ documentation before upgrading to a new release.
77

88
Released closed milestones can be found on [GitHub](https://github.com/Icinga/icinga-powershell-mssql/milestones?state=closed).
99

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+
1016
## 1.0.0 (2020-10-13)
1117

18+
[Issue and PRs](https://github.com/Icinga/icinga-powershell-mssql/milestone/1?closed=1)
19+
1220
### Notes
1321

1422
* Initial release candidate for the new Icinga PowerShell Plugins

icinga-powershell-mssql.psd1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
@{
2-
ModuleVersion = '1.0.0'
2+
ModuleVersion = '1.1.0'
33
GUID = '8441b44a-e105-42b7-82c9-8ecf69c13b8b'
44
# ModuleToProcess = 'icinga-powershell-mssql.psm1'
55
Author = 'Lord Hepipud, pdorschner'
@@ -33,7 +33,7 @@
3333
ProjectUri = 'https://github.com/Icinga/icinga-powershell-mssql'
3434
ReleaseNotes = 'https://github.com/Icinga/icinga-powershell-mssql/releases'
3535
};
36-
Version = 'v1.0.0';
36+
Version = 'v1.1.0';
3737
}
3838
HelpInfoURI = 'https://github.com/Icinga/icinga-powershell-mssql'
3939
}

0 commit comments

Comments
 (0)