diff --git a/CHANGELOG.md b/CHANGELOG.md index 4fc0092..f0f3839 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,20 +1,24 @@ # Changelog All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [3.1.0] +### Added +- Support Rocky linux (#60) + ## [3.0.0] ### Added - Support AlmaLinux (#58) - Support Puppet 7 (#56) - Support Raspbian (#55) - Added types to parameters - Added `manage_package` parameter (#51) - Added CHANGELOG.md (only for new releases), fixes #43 ### Changed - BREAKING CHANGE: Testing for Puppet < 6 has been dropped - Switched from Travis to Github Actions - Dependencies updated to support the newest releases - Fixed gentoo config_file path (#50) - Some linting changes diff --git a/metadata.json b/metadata.json index 5f3ea7c..7dd3214 100644 --- a/metadata.json +++ b/metadata.json @@ -1,43 +1,43 @@ { "name": "saz-locales", - "version": "3.0.0", + "version": "3.1.0", "author": "saz", "summary": "Manage locales on Linux", "license": "Apache-2.0", "source": "https://github.com/saz/puppet-locales.git", "project_page": "https://github.com/saz/puppet-locales", "issues_url": "https://github.com/saz/puppet-locales/issues", "operatingsystem_support": [ { "operatingsystem": "Raspbian" }, { "operatingsystem": "Debian" }, { "operatingsystem": "Ubuntu" }, { "operatingsystem": "openSUSE" }, { "operatingsystem": "SLES" }, { "operatingsystem": "Archlinux" }, { "operatingsystem": "CentOS" } ], "requirements": [ { "name": "puppet", "version_requirement": ">=6.1.0 <8.0.0" } ], "description": "Manage locales on Linux", "dependencies": [ ] }