diff options
-rw-r--r-- | CHANGELOG.md | 8 | ||||
-rw-r--r-- | metadata.json | 2 |
2 files changed, 9 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index e7c46c7..ec974b1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file. Each new release typically also includes the latest modulesync defaults. These should not affect the functionality of the module. +## [v5.0.0](https://github.com/voxpupuli/puppet-ferm/tree/v5.0.0) (2020-07-02) + +[Full Changelog](https://github.com/voxpupuli/puppet-ferm/compare/v4.0.0...v5.0.0) + +**Implemented enhancements:** + +- implement proper sport/dport types, validate port ranges, fix some minor regressions [\#114](https://github.com/voxpupuli/puppet-ferm/pull/114) ([foxxx0](https://github.com/foxxx0)) + ## [v4.0.0](https://github.com/voxpupuli/puppet-ferm/tree/v4.0.0) (2020-06-22) [Full Changelog](https://github.com/voxpupuli/puppet-ferm/compare/v3.0.1...v4.0.0) diff --git a/metadata.json b/metadata.json index d85fd42..ff194cd 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "puppet-ferm", - "version": "4.0.1-rc0", + "version": "5.0.0", "author": "Vox Pupuli", "summary": "deploy and manage ferm", "license": "AGPL-3.0", |