From 9797f406b11d5e95ff6a998daaa31f9191661e4a Mon Sep 17 00:00:00 2001 From: Lord Hepipud Date: Mon, 30 Nov 2020 16:23:14 +0100 Subject: [PATCH] Updates version to 1.4.0 --- doc/30-upgrading-framework.md | 4 ++++ doc/31-Changelog.md | 8 ++++++++ icinga-powershell-framework.psd1 | 4 ++-- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/doc/30-upgrading-framework.md b/doc/30-upgrading-framework.md index eb788ec..de818e0 100644 --- a/doc/30-upgrading-framework.md +++ b/doc/30-upgrading-framework.md @@ -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.4.0 (pending) + +*No special steps required* + ## Upgrading to v1.3.0 (2020-12-01) ### Breaking Changes diff --git a/doc/31-Changelog.md b/doc/31-Changelog.md index 4cc8cf2..809cc35 100644 --- a/doc/31-Changelog.md +++ b/doc/31-Changelog.md @@ -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). +## 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) [Issue and PRs](https://github.com/Icinga/icinga-powershell-framework/milestone/10?closed=1) diff --git a/icinga-powershell-framework.psd1 b/icinga-powershell-framework.psd1 index 678feb2..aeefe03 100644 --- a/icinga-powershell-framework.psd1 +++ b/icinga-powershell-framework.psd1 @@ -1,6 +1,6 @@ @{ RootModule = 'icinga-powershell-framework.psm1' - ModuleVersion = '1.3.0' + ModuleVersion = '1.4.0' GUID = 'fcd7a805-a41b-49f9-afee-9d17a2b76d42' Author = 'Lord Hepipud' CompanyName = 'Icinga GmbH' @@ -49,7 +49,7 @@ ProjectUri = 'https://github.com/Icinga/icinga-powershell-framework' 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' }