From 0d832f07ccb3279e7eb1d89fc9c062222a8d2215 Mon Sep 17 00:00:00 2001 From: Petri Asikainen Date: Sat, 5 Jun 2021 08:28:37 +0300 Subject: [PATCH] Version to 1.4 --- CHANGELOG.md | 17 +++++++++++++++++ SnipeitPS/SnipeItPS.psd1 | 2 +- appveyor.yml | 2 +- 3 files changed, 19 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 58673ee..c4bc84c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,23 @@ 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.4.x] - 2021-05-27 + +## More Activity + +### New features +SnipeIt activity history is now searchable. So finding out checked out the +assest its easy. Api support many different target or item types that can +be uses as filter. Searchable types are 'Accessory','Asset','AssetMaintenance' +,'AssetModel','Category','Company','Component','Consumable','CustomField', +,'Group','Licence','LicenseSeat','Location','Manufacturer','Statuslabel', +'Supplier','User' + + +### New Functions +- Get-SnipeItActivity Get and search Snipe-It change history. + + # [v1.3.x] - 2021-05-27 ## Checking out accessories diff --git a/SnipeitPS/SnipeItPS.psd1 b/SnipeitPS/SnipeItPS.psd1 index e08f7d0..ac66eb1 100644 --- a/SnipeitPS/SnipeItPS.psd1 +++ b/SnipeitPS/SnipeItPS.psd1 @@ -12,7 +12,7 @@ RootModule = 'SnipeItPS' # Version number of this module. -ModuleVersion = '1.3' +ModuleVersion = '1.4' # Supported PSEditions # CompatiblePSEditions = @() diff --git a/appveyor.yml b/appveyor.yml index 14a5ce6..78cc948 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -14,7 +14,7 @@ environment: PSGalleryAPIKey: secure: UdM6qhf5B0G8liHhUrwWERCZr44iSqmg4jUq0lwlTjZs4KyeoiwnBzdej0phqIAm -version: 1.3.{build} +version: 1.4.{build} # Don't rebuild when I tag a release on GitHub skip_tags: true