diff --git a/CHANGELOG.md b/CHANGELOG.md index b981363..8c30e41 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.2.0](https://github.com/voxpupuli/puppet-openvox_bootstrap/tree/v1.2.0) (2025-11-18) + +[Full Changelog](https://github.com/voxpupuli/puppet-openvox_bootstrap/compare/v1.1.0...v1.2.0) + +**Implemented enhancements:** + +- Add Windows support for install and check tasks [\#44](https://github.com/voxpupuli/puppet-openvox_bootstrap/pull/44) ([austb](https://github.com/austb)) + ## [v1.1.0](https://github.com/voxpupuli/puppet-openvox_bootstrap/tree/v1.1.0) (2025-10-26) [Full Changelog](https://github.com/voxpupuli/puppet-openvox_bootstrap/compare/v1.0.0...v1.1.0) diff --git a/metadata.json b/metadata.json index 1f80470..a4148db 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "puppet-openvox_bootstrap", - "version": "1.1.1-rc0", + "version": "1.2.0", "summary": "Bootstrap installation of OpenVox packages.", "description": "A Bolt project to bootstrap the installation of OpenVox packages.", "author": "Josh Partlow",