# Change Log All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [0.1.8] ## Added - `Get-PuppetAuthToken` You can now provide a server name for your Puppet master and optionally a listening port, along with a credential, and easily obtain an api auth token for use with the rest of the cmdlets in the module. ## [0.1.7] ### Changed - `Invoke-PuppetTask` can now target `nodes`, `query`, or `node_group`. This parameters on `Invoke-PuppetTask` have been changed and are not backwards compatible with version 0.1.6 and below. ## [0.1.6] ### Added - added missing pester tests although skipped at the moment ## [0.1.5] ### Added - added pester tests - token nodes in readme - be consistent with how we write out object with > item ## [0.1.4] ### Added - bump build reqs - changed md docs location - added function docs - updated readme ## [0.1.3] ### Added - Adding more docs. ## [0.1.2] ### Added - Adding more docs. ## [0.1.1] ### Added - Adding docs. ## [0.1.0] ### Added - Initial release.