aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Meusel <tim@bastelfreak.de>2019-07-12 10:44:21 +0200
committerGitHub <noreply@github.com>2019-07-12 10:44:21 +0200
commit4185aed135fdf3bd1d7519a918df60e2145b839c (patch)
tree73b7f38d9037968a4c7b9f5f1e32463a21dd1698
parentd856acb9f857c80c65285ec3e09a4f9f37475d41 (diff)
parent9929294498ac43ce8ec3aa4428c87bf953c45087 (diff)
downloadpuppet-ferm-4185aed135fdf3bd1d7519a918df60e2145b839c.tar.gz
puppet-ferm-4185aed135fdf3bd1d7519a918df60e2145b839c.tar.bz2
Merge pull request #49 from bastelfreak/rel230
release 2.3.0
-rw-r--r--CHANGELOG.md16
-rw-r--r--metadata.json2
2 files changed, 17 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1ce67d5..f317dea 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,22 @@ 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.3.0](https://github.com/voxpupuli/puppet-ferm/tree/v2.3.0) (2019-07-12)
+
+[Full Changelog](https://github.com/voxpupuli/puppet-ferm/compare/v2.2.0...v2.3.0)
+
+**Implemented enhancements:**
+
+- add support for interface specific rules [\#48](https://github.com/voxpupuli/puppet-ferm/pull/48) ([bastelfreak](https://github.com/bastelfreak))
+
+**Fixed bugs:**
+
+- Allow puppetlabs/concat 6.x, puppetlabs/stdlib 6.x [\#46](https://github.com/voxpupuli/puppet-ferm/pull/46) ([dhoppe](https://github.com/dhoppe))
+
+**Merged pull requests:**
+
+- add `managed by puppet` header to template [\#47](https://github.com/voxpupuli/puppet-ferm/pull/47) ([bastelfreak](https://github.com/bastelfreak))
+
## [v2.2.0](https://github.com/voxpupuli/puppet-ferm/tree/v2.2.0) (2019-04-05)
[Full Changelog](https://github.com/voxpupuli/puppet-ferm/compare/v2.1.0...v2.2.0)
diff --git a/metadata.json b/metadata.json
index b0348f9..f7e16df 100644
--- a/metadata.json
+++ b/metadata.json
@@ -1,6 +1,6 @@
{
"name": "puppet-ferm",
- "version": "2.2.1-rc0",
+ "version": "2.3.0",
"author": "Vox Pupuli",
"summary": "deploy and manage ferm",
"license": "AGPL-3.0",