aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Meusel <tim@bastelfreak.de>2018-12-20 12:03:48 +0100
committerGitHub <noreply@github.com>2018-12-20 12:03:48 +0100
commit13d715ae42a7eed3c0fdb05996f64c0e6e83f7b1 (patch)
treef8ef33cb87349c12a0821539dc6b6ffc3388064b
parent85e400ba3a89c47546a8d11a74424bba92685b7c (diff)
parent339b23c64a921eef735e9170eb3d0167ea41ca4d (diff)
downloadpuppet-ferm-13d715ae42a7eed3c0fdb05996f64c0e6e83f7b1.tar.gz
puppet-ferm-13d715ae42a7eed3c0fdb05996f64c0e6e83f7b1.tar.bz2
Merge pull request #33 from bastelfreak/rel140
release 1.4.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 f23f1f7..e6ff888 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.
+## [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)
+
+**Implemented enhancements:**
+
+- Implement logging to kernel log [\#32](https://github.com/voxpupuli/puppet-ferm/pull/32) ([bastelfreak](https://github.com/bastelfreak))
+
## [v1.3.2](https://github.com/voxpupuli/puppet-ferm/tree/v1.3.2) (2018-10-05)
[Full Changelog](https://github.com/voxpupuli/puppet-ferm/compare/v1.3.1...v1.3.2)
diff --git a/metadata.json b/metadata.json
index 8501e2f..2c9fc5b 100644
--- a/metadata.json
+++ b/metadata.json
@@ -1,6 +1,6 @@
{
"name": "puppet-ferm",
- "version": "1.3.3-rc0",
+ "version": "1.4.0",
"author": "Vox Pupuli",
"summary": "deploy and manage ferm",
"license": "AGPL-3.0",