From 17a37c91b6a2cf492b02aa32934a04161d388f58 Mon Sep 17 00:00:00 2001 From: Trey Dockendorf Date: Mon, 17 Aug 2020 12:15:35 -0400 Subject: [PATCH] Release v0.6.1 --- CHANGELOG.md | 8 ++++++++ metadata.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cb94923a..18e012d4 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). +## [v0.6.1](https://github.com/treydock/puppet-slurm/tree/v0.6.1) (2020-08-17) + +[Full Changelog](https://github.com/treydock/puppet-slurm/compare/v0.6.0...v0.6.1) + +### Fixed + +- Actually define slurm::nodeset from parameter [\#10](https://github.com/treydock/puppet-slurm/pull/10) ([treydock](https://github.com/treydock)) + ## [v0.6.0](https://github.com/treydock/puppet-slurm/tree/v0.6.0) (2020-08-11) [Full Changelog](https://github.com/treydock/puppet-slurm/compare/v0.5.1...v0.6.0) diff --git a/metadata.json b/metadata.json index 8bdba16c..6a18283a 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "treydock-slurm", - "version": "0.6.0", + "version": "0.6.1", "author": "treydock", "summary": "SLURM Puppet module", "license": "Apache-2.0",