aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThore Bödecker <me@foxxx0.de>2020-07-02 15:32:32 +0200
committerThore Bödecker <me@foxxx0.de>2020-07-02 15:32:32 +0200
commit3d1a935519f01a7c5ad23d54d0b997876967dbf3 (patch)
tree99d83798d646d6eabb901ad72e1e0d6d731cc9b2
parenta2b5e7161902b9d8f9b4f8edc03e4a178ec50404 (diff)
downloadpuppet-ferm-3d1a935519f01a7c5ad23d54d0b997876967dbf3.tar.gz
puppet-ferm-3d1a935519f01a7c5ad23d54d0b997876967dbf3.tar.bz2
release v5.0.0
-rw-r--r--CHANGELOG.md8
-rw-r--r--metadata.json2
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",