aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Meusel <tim@bastelfreak.de>2019-03-14 09:56:39 +0100
committerTim Meusel <tim@bastelfreak.de>2019-03-14 09:56:39 +0100
commitad1f75570ebb9b2a4de62be8cff3f1accce41e31 (patch)
tree44e5663831d147e766c111d0615488321d3ae921
parent3b5cc2a94ecc0bdd02f358059a9ad8be6562d37c (diff)
downloadpuppet-ferm-ad1f75570ebb9b2a4de62be8cff3f1accce41e31.tar.gz
puppet-ferm-ad1f75570ebb9b2a4de62be8cff3f1accce41e31.tar.bz2
release 2.1.0
-rw-r--r--CHANGELOG.md9
-rw-r--r--metadata.json2
2 files changed, 10 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1641981..354d694 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,15 @@ 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.
+## [v2.1.0](https://github.com/voxpupuli/puppet-ferm/tree/v2.1.0) (2019-03-14)
+
+[Full Changelog](https://github.com/voxpupuli/puppet-ferm/compare/v2.0.0...v2.1.0)
+
+**Implemented enhancements:**
+
+- add 'all' to protocols [\#40](https://github.com/voxpupuli/puppet-ferm/pull/40) ([kBite](https://github.com/kBite))
+- enhance type validation; require stdlib 4.25.0 [\#39](https://github.com/voxpupuli/puppet-ferm/pull/39) ([bastelfreak](https://github.com/bastelfreak))
+
## [v2.0.0](https://github.com/voxpupuli/puppet-ferm/tree/v2.0.0) (2019-01-24)
[Full Changelog](https://github.com/voxpupuli/puppet-ferm/compare/v1.4.0...v2.0.0)
diff --git a/metadata.json b/metadata.json
index 563cc8a..fea695b 100644
--- a/metadata.json
+++ b/metadata.json
@@ -1,6 +1,6 @@
{
"name": "puppet-ferm",
- "version": "2.0.1-rc0",
+ "version": "2.1.0",
"author": "Vox Pupuli",
"summary": "deploy and manage ferm",
"license": "AGPL-3.0",