aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Meusel <tim@bastelfreak.de>2020-05-06 21:23:54 +0200
committerGitHub <noreply@github.com>2020-05-06 21:23:54 +0200
commitf829c8570cbc65fd7c8de345a745cb40f58604bc (patch)
tree62ab3aaf7ce3775ae29172fc3c5ff99d14264338
parent51ecae453aaaf79df07e6bd5072d0d8087c1b607 (diff)
parente669c75c2f9ac17726950e8b8ba9c1b2798d4e93 (diff)
downloadpuppet-ferm-f829c8570cbc65fd7c8de345a745cb40f58604bc.tar.gz
puppet-ferm-f829c8570cbc65fd7c8de345a745cb40f58604bc.tar.bz2
Merge pull request #108 from voxpupuli/rel301
release 3.0.1
-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 72cfa99..8261ea2 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.
+## [v3.0.1](https://github.com/voxpupuli/puppet-ferm/tree/v3.0.1) (2020-05-06)
+
+[Full Changelog](https://github.com/voxpupuli/puppet-ferm/compare/v3.0.0...v3.0.1)
+
+**Fixed bugs:**
+
+- Ubuntu/Debian: Notify service on config changes [\#107](https://github.com/voxpupuli/puppet-ferm/pull/107) ([bastelfreak](https://github.com/bastelfreak))
+
+**Merged pull requests:**
+
+- Add missing os key in travis config [\#106](https://github.com/voxpupuli/puppet-ferm/pull/106) ([bastelfreak](https://github.com/bastelfreak))
+
## [v3.0.0](https://github.com/voxpupuli/puppet-ferm/tree/v3.0.0) (2020-04-21)
[Full Changelog](https://github.com/voxpupuli/puppet-ferm/compare/v2.7.0...v3.0.0)
diff --git a/metadata.json b/metadata.json
index 7673774..236f5eb 100644
--- a/metadata.json
+++ b/metadata.json
@@ -1,6 +1,6 @@
{
"name": "puppet-ferm",
- "version": "3.0.1-rc0",
+ "version": "3.0.1",
"author": "Vox Pupuli",
"summary": "deploy and manage ferm",
"license": "AGPL-3.0",