Updates version to 1.4.0

This commit is contained in:
Lord Hepipud 2020-11-30 16:23:14 +01:00
parent 18f5ad8005
commit 9797f406b1
3 changed files with 14 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. Specific version upgrades are described below. Please note that version updates are incremental.
## Upgrading to v1.4.0 (pending)
*No special steps required*
## Upgrading to v1.3.0 (2020-12-01) ## Upgrading to v1.3.0 (2020-12-01)
### Breaking Changes ### Breaking Changes

View file

@ -7,6 +7,14 @@ 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). Released closed milestones can be found on [GitHub](https://github.com/Icinga/icinga-powershell-framework/milestones?state=closed).
## 1.4.0 (pending)
[Issue and PRs](https://github.com/Icinga/icinga-powershell-framework/milestone/11?closed=1)
### Enhancements
### Bugfixes
## 1.3.0 (2020-12-01) ## 1.3.0 (2020-12-01)
[Issue and PRs](https://github.com/Icinga/icinga-powershell-framework/milestone/10?closed=1) [Issue and PRs](https://github.com/Icinga/icinga-powershell-framework/milestone/10?closed=1)

View file

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