From b32def18d037209136f710d9a90760152b9cab4c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Romain=20Tarti=C3=A8re?= Date: Thu, 11 Apr 2024 16:43:35 -1000 Subject: [PATCH] Release 4.0.0 --- CHANGELOG.md | 8 ++++++++ metadata.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4628447..844e61d 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. +## [v4.0.0](https://github.com/opus-codium/puppet-odoo/tree/v4.0.0) (2024-04-12) + +[Full Changelog](https://github.com/opus-codium/puppet-odoo/compare/v3.0.2...v4.0.0) + +**Breaking changes:** + +- Namespace ensure\_packages\(\) [\#75](https://github.com/opus-codium/puppet-odoo/pull/75) ([smortex](https://github.com/smortex)) + ## [v3.0.2](https://github.com/opus-codium/puppet-odoo/tree/v3.0.2) (2023-12-11) [Full Changelog](https://github.com/opus-codium/puppet-odoo/compare/v3.0.1...v3.0.2) diff --git a/metadata.json b/metadata.json index 65a9f82..60cb7ea 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "opuscodium-odoo", - "version": "3.0.3-rc0", + "version": "4.0.0", "author": "Opus Codium", "summary": "Installs, configures, and manages the Odoo ERP and CRM", "license": "Apache-2.0",