Skip to content

Commit

Permalink
Release 1.7 (consumables)
Browse files Browse the repository at this point in the history
  • Loading branch information
PetriAsi committed Jun 14, 2021
1 parent 42a6a56 commit 6f267ce
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
16 changes: 15 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,21 @@ 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.6.x]
# [v.1.7.x] - 2021-06-14

## Consumables

## New features
Added support for consumables

## New functions
- New-SnipeitConsumable
- Get-SnipeitConsumable
- Set-SnipeitConsumable
- Remove-SnipeitConsumable


# [v.1.6.x] - 2021-06-14

## Remove more things ja set some more

Expand Down
2 changes: 1 addition & 1 deletion SnipeitPS/SnipeitPS.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
RootModule = 'SnipeitPS'

# Version number of this module.
ModuleVersion = '1.6'
ModuleVersion = '1.7'

# Supported PSEditions
# CompatiblePSEditions = @()
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ environment:
PSGalleryAPIKey:
secure: UdM6qhf5B0G8liHhUrwWERCZr44iSqmg4jUq0lwlTjZs4KyeoiwnBzdej0phqIAm

version: 1.6.{build}
version: 1.7.{build}

# Don't rebuild when I tag a release on GitHub
skip_tags: true
Expand Down

0 comments on commit 6f267ce

Please sign in to comment.