diff --git a/CHANGELOG.md b/CHANGELOG.md index 20efb6a..af0e3b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ 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). +[5.0.0] +### Changed +- little code modernization (#57) +- Fix limits_template on Debian (#59) +- drop some EOL operating system releases (#58) => Debian 10, CentOS 7/8, RedHat 7 + [4.0.1] ### Changed - drop explicit version requirements in .fixtures.yml (#54) diff --git a/metadata.json b/metadata.json index 2f3bda7..1e707f5 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "saz-limits", - "version": "4.0.1", + "version": "5.0.0", "author": "saz", "summary": "Manage user limits via puppet", "description": "Manage user limits via puppet",