diff --git a/CHANGELOG.md b/CHANGELOG.md index b27a3c4..e2abdaf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,27 @@ 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/). +# [v.1.9.x] - 2021-07-14 + +## Image uploads + +## New features +Support for image upload and removes. Just specify filename for -image para- +meter when creating or updating item on snipe. +Remove image use -image_delete parameter. + +*Snipe It version greater than 5.1.8 is needed to support image parameters.* + +Most of set-commands have new -RequestType parameter that defaults to Patch. +If needed request method can be changed from default. + +## New Functions +Following new commands have been added to SnipeitPS: +- New-Supplier +- Set-Supplier +- Remove-Supplier +- Set-Manufacturer + # [v.1.8.x] - 2021-06-17 diff --git a/SnipeitPS/SnipeitPS.psd1 b/SnipeitPS/SnipeitPS.psd1 index 3402561..0f0201c 100644 --- a/SnipeitPS/SnipeitPS.psd1 +++ b/SnipeitPS/SnipeitPS.psd1 @@ -12,7 +12,7 @@ RootModule = 'SnipeitPS' # Version number of this module. -ModuleVersion = '1.8' +ModuleVersion = '1.9' # Supported PSEditions # CompatiblePSEditions = @() diff --git a/appveyor.yml b/appveyor.yml index a316978..dc61a6c 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -17,7 +17,7 @@ environment: secure: UdM6qhf5B0G8liHhUrwWERCZr44iSqmg4jUq0lwlTjZs4KyeoiwnBzdej0phqIAm PShell: '5' -version: 1.8.{build} +version: 1.9.{build} # Don't rebuild when I tag a release on GitHub skip_tags: true