From d18e515ecf122d0e8101596e4f8db8d7446a6ee3 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Tue, 25 Nov 2025 18:33:58 +0000 Subject: [PATCH] Release prep v2.0.0 --- CHANGELOG.md | 9 +++++++++ metadata.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 958c365..d5b9a92 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,15 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org). +## [v2.0.0](https://github.com/puppetlabs/puppetlabs-selinux_core/tree/v2.0.0) - 2025-11-25 + +[Full Changelog](https://github.com/puppetlabs/puppetlabs-selinux_core/compare/v1.4.0...v2.0.0) + +### Other + +- (PA-7815) template 3.5.1 updates [#51](https://github.com/puppetlabs/puppetlabs-selinux_core/pull/51) ([tvpartytonight](https://github.com/tvpartytonight)) +- (PA-7366) Use puppetcore for testing [#50](https://github.com/puppetlabs/puppetlabs-selinux_core/pull/50) ([tvpartytonight](https://github.com/tvpartytonight)) + ## [v1.4.0](https://github.com/puppetlabs/puppetlabs-selinux_core/tree/v1.4.0) - 2024-03-06 [Full Changelog](https://github.com/puppetlabs/puppetlabs-selinux_core/compare/v1.3.0...v1.4.0) diff --git a/metadata.json b/metadata.json index fa008ef..4bac38f 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "puppetlabs-selinux_core", - "version": "1.4.0", + "version": "2.0.0", "author": "puppetlabs", "summary": "Manage SELinux context of files", "license": "Apache-2.0",