diff --git a/CHANGELOG.md b/CHANGELOG.md index ff6753da..8b0465fe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org). +## [v6.1.1](https://github.com/puppetlabs/puppetlabs-chocolatey/tree/v6.1.1) (2022-04-11) + +[Full Changelog](https://github.com/puppetlabs/puppetlabs-chocolatey/compare/v6.1.0...v6.1.1) + +### Fixed + +- (GH-283) Fix error when `update` is incorrectly called on versions 1.0 and above. ([chelnak](https://github.com/chalnak)) + ## [v6.1.0](https://github.com/puppetlabs/puppetlabs-chocolatey/tree/v6.1.0) (2022-02-08) [Full Changelog](https://github.com/puppetlabs/puppetlabs-chocolatey/compare/v6.0.1...v6.1.0) diff --git a/metadata.json b/metadata.json index 92481e2e..885a5069 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "puppetlabs-chocolatey", - "version": "6.1.0", + "version": "6.1.1", "author": "puppetlabs", "summary": "Chocolatey package provider for Puppet", "license": "Apache-2.0",