diff --git a/CHANGELOG.md b/CHANGELOG.md index a70899b..d8833c2 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.0.1](https://github.com/opus-codium/puppet-nextcloud/tree/v1.0.1) (2025-12-17) + +[Full Changelog](https://github.com/opus-codium/puppet-nextcloud/compare/v1.0.0...v1.0.1) + +**Fixed bugs:** + +- Fix metadata [\#24](https://github.com/opus-codium/puppet-nextcloud/pull/24) ([neomilium](https://github.com/neomilium)) + ## [v1.0.0](https://github.com/opus-codium/puppet-nextcloud/tree/v1.0.0) (2025-12-17) [Full Changelog](https://github.com/opus-codium/puppet-nextcloud/compare/45bb638fb8bfeee107680fb359815ce6db99222d...v1.0.0) diff --git a/metadata.json b/metadata.json index 972834a..c26bf39 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "opuscodium-nextcloud", - "version": "1.0.1-rc0", + "version": "1.0.1", "author": "Romuald Conty", "summary": "Installs, configures, and manages Nextcloud", "license": "Apache-2.0",