diff --git a/CHANGELOG.md b/CHANGELOG.md index dcc1fb4..fcf1492 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,14 @@ 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.2.0] +### Fixed +- Add support for Linuxmint with Puppet 7 (#65) +### Added +- Add Puppet 8 support (#72) +- Add LICENSE file (#73) +- Add support for Sangoma (#67) + ## [3.1.1] ### Fixed - Fix warning on Gentoo systems (#64) diff --git a/metadata.json b/metadata.json index cab1f7e..dd5b500 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "saz-locales", - "version": "3.1.1", + "version": "3.2.0", "author": "saz", "summary": "Manage locales on Linux", "license": "Apache-2.0",