Skip to content

Commit 0d832f0

Browse files
committed
Version to 1.4
1 parent 4744e6c commit 0d832f0

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,23 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/),
66
and this project adheres to [Semantic Versioning](http://semver.org/).
77

8+
# [v1.4.x] - 2021-05-27
9+
10+
## More Activity
11+
12+
### New features
13+
SnipeIt activity history is now searchable. So finding out checked out the
14+
assest its easy. Api support many different target or item types that can
15+
be uses as filter. Searchable types are 'Accessory','Asset','AssetMaintenance'
16+
,'AssetModel','Category','Company','Component','Consumable','CustomField',
17+
,'Group','Licence','LicenseSeat','Location','Manufacturer','Statuslabel',
18+
'Supplier','User'
19+
20+
21+
### New Functions
22+
- Get-SnipeItActivity Get and search Snipe-It change history.
23+
24+
825
# [v1.3.x] - 2021-05-27
926

1027
## Checking out accessories

SnipeitPS/SnipeItPS.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
RootModule = 'SnipeItPS'
1313

1414
# Version number of this module.
15-
ModuleVersion = '1.3'
15+
ModuleVersion = '1.4'
1616

1717
# Supported PSEditions
1818
# CompatiblePSEditions = @()

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ environment:
1414
PSGalleryAPIKey:
1515
secure: UdM6qhf5B0G8liHhUrwWERCZr44iSqmg4jUq0lwlTjZs4KyeoiwnBzdej0phqIAm
1616

17-
version: 1.3.{build}
17+
version: 1.4.{build}
1818

1919
# Don't rebuild when I tag a release on GitHub
2020
skip_tags: true

0 commit comments

Comments
 (0)