diff --git a/CHANGELOG.md b/CHANGELOG.md index 91fc4d9..b27a3c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,31 @@ 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.8.x] - 2021-06-17 + +## Support for new Snipe it endpoints + +## New features + +Get-SnipeitAccessories -user_id +returns accessories checked out to user id + +Get-SnipeitAsset -user_id +Return Assets checked out to user id + +Get-SnipeitAsset -component_id +Returns assets with specific component id + +Get-SnipeitLicense -user_id +Get licenses checked out to user ID + +Get-SnipeitLicense -asset_id +Get licenses checked out to asset ID + +Get-SnipeitUser -accessory_id +Get users that have specific accessory id checked out + # [v.1.7.x] - 2021-06-14 ## Consumables diff --git a/SnipeitPS/SnipeitPS.psd1 b/SnipeitPS/SnipeitPS.psd1 index f5c1113..dbbb9ef 100644 --- a/SnipeitPS/SnipeitPS.psd1 +++ b/SnipeitPS/SnipeitPS.psd1 @@ -12,7 +12,7 @@ RootModule = 'SnipeitPS' # Version number of this module. -ModuleVersion = '1.7' +ModuleVersion = '1.8' # Supported PSEditions # CompatiblePSEditions = @() diff --git a/appveyor.yml b/appveyor.yml index 0fb5249..a316978 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -17,7 +17,7 @@ environment: secure: UdM6qhf5B0G8liHhUrwWERCZr44iSqmg4jUq0lwlTjZs4KyeoiwnBzdej0phqIAm PShell: '5' -version: 1.7.{build} +version: 1.8.{build} # Don't rebuild when I tag a release on GitHub skip_tags: true