Sets next version to v1.3.0

This commit is contained in:
Lord Hepipud 2020-08-28 23:09:12 +02:00
parent dc863d7f09
commit f676e51ade
3 changed files with 10 additions and 2 deletions

View file

@ -4,6 +4,10 @@ Upgrading Icinga PowerShell Framework is usually quite straightforward.
Specific version upgrades are described below. Please note that version updates are incremental.
## Upgrading to v1.3.0 (pending)
*No special steps required*
## Upgrading to v1.2.0 (2020-08-28)
### Behavior changes

View file

@ -7,6 +7,10 @@ documentation before upgrading to a new release.
Released closed milestones can be found on [GitHub](https://github.com/Icinga/icinga-powershell-framework/milestones?state=closed).
## 1.3.0 (pending)
[Issue and PRs](https://github.com/Icinga/icinga-powershell-framework/milestone/10?closed=1)
## 1.2.0 (2020-08-28)
[Issue and PRs](https://github.com/Icinga/icinga-powershell-framework/milestone/7?closed=1)

View file

@ -1,6 +1,6 @@
@{
RootModule = 'icinga-powershell-framework.psm1'
ModuleVersion = '1.2.0'
ModuleVersion = '1.3.0'
GUID = 'fcd7a805-a41b-49f9-afee-9d17a2b76d42'
Author = 'Lord Hepipud'
CompanyName = 'Icinga GmbH'
@ -30,7 +30,7 @@
ProjectUri = 'https://github.com/Icinga/icinga-powershell-framework'
ReleaseNotes = 'https://github.com/Icinga/icinga-powershell-framework/releases'
};
Version = 'v1.2.0';
Version = 'v1.3.0';
}
HelpInfoURI = 'https://github.com/Icinga/icinga-powershell-framework'
}