From 6f267ce94d4246f586f65133e4924b0c58de94e5 Mon Sep 17 00:00:00 2001 From: Petri Asikainen Date: Mon, 14 Jun 2021 10:48:16 +0300 Subject: [PATCH] Release 1.7 (consumables) --- CHANGELOG.md | 16 +++++++++++++++- SnipeitPS/SnipeitPS.psd1 | 2 +- appveyor.yml | 2 +- 3 files changed, 17 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7333372..91fc4d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/SnipeitPS/SnipeitPS.psd1 b/SnipeitPS/SnipeitPS.psd1 index aa807c0..9b5b712 100644 --- a/SnipeitPS/SnipeitPS.psd1 +++ b/SnipeitPS/SnipeitPS.psd1 @@ -12,7 +12,7 @@ RootModule = 'SnipeitPS' # Version number of this module. -ModuleVersion = '1.6' +ModuleVersion = '1.7' # Supported PSEditions # CompatiblePSEditions = @() diff --git a/appveyor.yml b/appveyor.yml index c5a6038..228ef4f 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -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