From 17b8a726d11a7e1920ffd073a1616501162ed726 Mon Sep 17 00:00:00 2001 From: Petri Asikainen Date: Mon, 24 May 2021 11:29:43 +0300 Subject: [PATCH] Version to 1.2 --- CHANGELOG.md | 19 +++++++++++++++++++ SnipeitPS/SnipeItPS.psd1 | 2 +- appveyor.yml | 2 +- 3 files changed, 21 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f8d2ff..9d2b243 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,25 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/), and this project adheres to [Semantic Versioning](http://semver.org/). +# [v1.2.x] - 2021-05-24 + +## Prefixing SnipeItPS + +### New Features +All commands are now prefixed like Set-Info -> Set-SnipeItInfo. +To keep compatibility all old commands are available as aliases. +To update existing scripts theres Update-SnipeItAlias command. + +### New fuctions +- Update-SnipeitAlias Tool to update existing scripts +- Get-SnipeItLicenceSeat lists license seats +- Set-SnipeItLicenseSeat Set and checkouts/in license seats +Licenseseat api is supported from Snipe-It release => v5.1.5 + +### New fixes +Added -id parameter support to support Get-SnipeItCustomField and +Get-SnipeItFieldSet commands + # [v1.1.x] - 2021-05-18 ## Pull request rollup release. Lots of new features including: diff --git a/SnipeitPS/SnipeItPS.psd1 b/SnipeitPS/SnipeItPS.psd1 index 0a7186b..0f7a1e0 100644 --- a/SnipeitPS/SnipeItPS.psd1 +++ b/SnipeitPS/SnipeItPS.psd1 @@ -12,7 +12,7 @@ RootModule = 'SnipeItPS' # Version number of this module. -ModuleVersion = '1.1' +ModuleVersion = '1.2' # Supported PSEditions # CompatiblePSEditions = @() diff --git a/appveyor.yml b/appveyor.yml index b5df4ce..f0d02fd 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -14,7 +14,7 @@ environment: PSGalleryAPIKey: secure: UdM6qhf5B0G8liHhUrwWERCZr44iSqmg4jUq0lwlTjZs4KyeoiwnBzdej0phqIAm -version: 1.1.{build} +version: 1.2.{build} # Don't rebuild when I tag a release on GitHub skip_tags: true