From 9177393f011a6e3bc03d388326e268a030bdd4f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Romain=20Tarti=C3=A8re?= Date: Wed, 29 Nov 2023 15:28:03 -1000 Subject: [PATCH] Release 4.0.0 --- CHANGELOG.md | 10 +++++++++- metadata.json | 2 +- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 518ad6b..743f1f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,15 @@ 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. -## [v3.1.0](https://github.com/opus-codium/puppet-taiga/tree/v3.1.0) (2023-10-05) +## [v4.0.0](https://github.com/opus-codium/puppet-taiga/tree/v4.0.0) (2023-11-30) + +[Full Changelog](https://github.com/opus-codium/puppet-taiga/compare/v3.1.0...v4.0.0) + +**Breaking changes:** + +- Prefer namespaced stdlib functions [\#68](https://github.com/opus-codium/puppet-taiga/pull/68) ([smortex](https://github.com/smortex)) + +## [v3.1.0](https://github.com/opus-codium/puppet-taiga/tree/v3.1.0) (2023-10-06) [Full Changelog](https://github.com/opus-codium/puppet-taiga/compare/v3.0.0...v3.1.0) diff --git a/metadata.json b/metadata.json index fc38165..2643bba 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "opuscodium-taiga", - "version": "3.1.1-rc0", + "version": "4.0.0", "author": "Opus Codium", "summary": "Installs, configures, and manages the Taiga project management software", "license": "Apache-2.0",