From f676e51aded3819060431728b89aa1654a39a51c Mon Sep 17 00:00:00 2001 From: Lord Hepipud Date: Fri, 28 Aug 2020 23:09:12 +0200 Subject: [PATCH] Sets next version to v1.3.0 --- doc/30-upgrading-framework.md | 4 ++++ doc/31-Changelog.md | 4 ++++ icinga-powershell-framework.psd1 | 4 ++-- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/doc/30-upgrading-framework.md b/doc/30-upgrading-framework.md index 93d1558..b8152ca 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.3.0 (pending) + +*No special steps required* + ## Upgrading to v1.2.0 (2020-08-28) ### Behavior changes diff --git a/doc/31-Changelog.md b/doc/31-Changelog.md index ec05328..2cb61ea 100644 --- a/doc/31-Changelog.md +++ b/doc/31-Changelog.md @@ -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) diff --git a/icinga-powershell-framework.psd1 b/icinga-powershell-framework.psd1 index 6234e50..1d7c6d6 100644 --- a/icinga-powershell-framework.psd1 +++ b/icinga-powershell-framework.psd1 @@ -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' }