diff --git a/CHANGELOG.md b/CHANGELOG.md index 3f158d1..20efb6a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ 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). +[4.0.1] +### Changed +- drop explicit version requirements in .fixtures.yml (#54) + [4.0.0] ### Added - add empty template, fixes #47 (#52) diff --git a/metadata.json b/metadata.json index 13ea4a4..2aaf23e 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "saz-limits", - "version": "4.0.0", + "version": "4.0.1", "author": "saz", "summary": "Manage user limits via puppet", "description": "Manage user limits via puppet",