Skip to content

Commit 2d7c315

Browse files
authored
Merge pull request #188 from PetriAsi/update/readme
release version v.1.8
2 parents 041c3da + 0759f0b commit 2d7c315

File tree

3 files changed

+27
-2
lines changed

3 files changed

+27
-2
lines changed

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,31 @@ 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+
9+
# [v.1.8.x] - 2021-06-17
10+
11+
## Support for new Snipe it endpoints
12+
13+
## New features
14+
15+
Get-SnipeitAccessories -user_id
16+
returns accessories checked out to user id
17+
18+
Get-SnipeitAsset -user_id
19+
Return Assets checked out to user id
20+
21+
Get-SnipeitAsset -component_id
22+
Returns assets with specific component id
23+
24+
Get-SnipeitLicense -user_id
25+
Get licenses checked out to user ID
26+
27+
Get-SnipeitLicense -asset_id
28+
Get licenses checked out to asset ID
29+
30+
Get-SnipeitUser -accessory_id
31+
Get users that have specific accessory id checked out
32+
833
# [v.1.7.x] - 2021-06-14
934

1035
## Consumables

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.7'
15+
ModuleVersion = '1.8'
1616

1717
# Supported PSEditions
1818
# CompatiblePSEditions = @()

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ environment:
1717
secure: UdM6qhf5B0G8liHhUrwWERCZr44iSqmg4jUq0lwlTjZs4KyeoiwnBzdej0phqIAm
1818
PShell: '5'
1919

20-
version: 1.7.{build}
20+
version: 1.8.{build}
2121

2222
# Don't rebuild when I tag a release on GitHub
2323
skip_tags: true

0 commit comments

Comments
 (0)