Version to 1.4

This commit is contained in:
Petri Asikainen 2021-06-05 08:28:37 +03:00
parent 4744e6c8fe
commit 0d832f07cc
3 changed files with 19 additions and 2 deletions

View file

@ -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/), The format is based on [Keep a Changelog](http://keepachangelog.com/),
and this project adheres to [Semantic Versioning](http://semver.org/). 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 # [v1.3.x] - 2021-05-27
## Checking out accessories ## Checking out accessories

View file

@ -12,7 +12,7 @@
RootModule = 'SnipeItPS' RootModule = 'SnipeItPS'
# Version number of this module. # Version number of this module.
ModuleVersion = '1.3' ModuleVersion = '1.4'
# Supported PSEditions # Supported PSEditions
# CompatiblePSEditions = @() # CompatiblePSEditions = @()

View file

@ -14,7 +14,7 @@ environment:
PSGalleryAPIKey: PSGalleryAPIKey:
secure: UdM6qhf5B0G8liHhUrwWERCZr44iSqmg4jUq0lwlTjZs4KyeoiwnBzdej0phqIAm secure: UdM6qhf5B0G8liHhUrwWERCZr44iSqmg4jUq0lwlTjZs4KyeoiwnBzdej0phqIAm
version: 1.3.{build} version: 1.4.{build}
# Don't rebuild when I tag a release on GitHub # Don't rebuild when I tag a release on GitHub
skip_tags: true skip_tags: true