From 264c56b0336a5f1183e0f86380e966c47bd23a0a Mon Sep 17 00:00:00 2001 From: Trey Dockendorf Date: Mon, 14 Oct 2024 13:41:19 -0400 Subject: [PATCH] Release v5.0.0 --- CHANGELOG.md | 8 ++++++++ metadata.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9bf1e8c..33c2506 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). +## [v5.0.0](https://github.com/treydock/puppet-slurm/tree/v5.0.0) (2024-10-14) + +[Full Changelog](https://github.com/treydock/puppet-slurm/compare/v4.0.1...v5.0.0) + +### Changed + +- Require stdlib 9.x [\#61](https://github.com/treydock/puppet-slurm/pull/61) ([treydock](https://github.com/treydock)) + ## [v4.0.1](https://github.com/treydock/puppet-slurm/tree/v4.0.1) (2024-04-16) [Full Changelog](https://github.com/treydock/puppet-slurm/compare/v4.0.0...v4.0.1) diff --git a/metadata.json b/metadata.json index e9cc8b9..4b412e5 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "treydock-slurm", - "version": "4.0.1", + "version": "5.0.0", "author": "treydock", "summary": "SLURM Puppet module", "license": "Apache-2.0",