aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabien COMBERNOUS <fabien.combernous@adullact.org>2019-01-24 23:28:33 +0100
committerFabien COMBERNOUS <fabien.combernous@adullact.org>2019-01-24 23:33:21 +0100
commit92b473ae1a84c4c4cb73b44de758a386676e1a49 (patch)
tree882854ae4ea854655fceb47d43935b5c318b0f23
parentd5d12d754f9619a2260ecad223b5a5d4fa8fdd1b (diff)
downloadpuppet-ferm-92b473ae1a84c4c4cb73b44de758a386676e1a49.tar.gz
puppet-ferm-92b473ae1a84c4c4cb73b44de758a386676e1a49.tar.bz2
release 2.0.0
-rw-r--r--CHANGELOG.md12
-rw-r--r--metadata.json2
2 files changed, 13 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index e6ff888..1641981 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,18 @@ 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.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)
+
+**Breaking changes:**
+
+- modulesync 2.5.1 and drop Puppet4 [\#36](https://github.com/voxpupuli/puppet-ferm/pull/36) ([bastelfreak](https://github.com/bastelfreak))
+
+**Implemented enhancements:**
+
+- permit to choose ipv4, ipv6 or both [\#35](https://github.com/voxpupuli/puppet-ferm/pull/35) ([Dan33l](https://github.com/Dan33l))
+
## [v1.4.0](https://github.com/voxpupuli/puppet-ferm/tree/v1.4.0) (2018-12-20)
[Full Changelog](https://github.com/voxpupuli/puppet-ferm/compare/v1.3.2...v1.4.0)
diff --git a/metadata.json b/metadata.json
index be03e0a..50a92c5 100644
--- a/metadata.json
+++ b/metadata.json
@@ -1,6 +1,6 @@
{
"name": "puppet-ferm",
- "version": "1.4.1-rc0",
+ "version": "2.0.0",
"author": "Vox Pupuli",
"summary": "deploy and manage ferm",
"license": "AGPL-3.0",