From c35c3061ea5739bf2ca49b2b5fcf133e58ec8b48 Mon Sep 17 00:00:00 2001 From: Tim Meusel Date: Thu, 31 Oct 2024 16:39:43 +0100 Subject: [PATCH] Release 1.3.0 --- CHANGELOG.md | 8 ++++++++ metadata.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b516753..4dfaa90 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file. Each new release typically also includes the latest modulesync defaults. These should not affect the functionality of the module. +## [v1.3.0](https://github.com/voxpupuli/puppet-bolt/tree/v1.3.0) (2024-10-31) + +[Full Changelog](https://github.com/voxpupuli/puppet-bolt/compare/v1.2.2...v1.3.0) + +**Implemented enhancements:** + +- Add support for setting tmpdir for local transport [\#39](https://github.com/voxpupuli/puppet-bolt/pull/39) ([bastelfreak](https://github.com/bastelfreak)) + ## [v1.2.2](https://github.com/voxpupuli/puppet-bolt/tree/v1.2.2) (2024-10-15) [Full Changelog](https://github.com/voxpupuli/puppet-bolt/compare/v1.2.0...v1.2.2) diff --git a/metadata.json b/metadata.json index 8be97ef..79983d5 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "puppet-bolt", - "version": "1.2.3-rc0", + "version": "1.3.0", "source": "https://github.com/voxpupuli/puppet-bolt", "author": "Vox Pupuli", "license": "AGPL-3.0",