From 1bb0e65f98a71801dfa39f9b59eeeaf010f4f73e Mon Sep 17 00:00:00 2001 From: michael fyffe <6224270+TraGicCode@users.noreply.github.com> Date: Tue, 26 Sep 2017 16:33:02 -0500 Subject: [PATCH] Generate changelog & bump patch --- CHANGELOG.md | 13 ++++++++++++- metadata.json | 2 +- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f6cf3b0d..f82bfa4e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +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. -## [v6.3.0](https://github.com/voxpupuli/puppet-splunk/tree/v6.3.0) (2017-09-24) +## [v6.3.1](https://github.com/voxpupuli/puppet-splunk/tree/v6.3.1) (2017-09-26) +[Full Changelog](https://github.com/voxpupuli/puppet-splunk/compare/v6.3.0...v6.3.1) + +**Fixed bugs:** + +- Fix config file location for splunkforwarder\_deploymentclient, deployment client, and alert\_actions. [\#144](https://github.com/voxpupuli/puppet-splunk/pull/144) ([treydock](https://github.com/treydock)) + +## [v6.3.0](https://github.com/voxpupuli/puppet-splunk/tree/v6.3.0) (2017-09-25) [Full Changelog](https://github.com/voxpupuli/puppet-splunk/compare/v6.2.0...v6.3.0) **Implemented enhancements:** @@ -17,6 +24,10 @@ These should not affect the functionality of the module. - Add Windows Server 2016 + Ubuntu 16.04 to Supported OS's [\#137](https://github.com/voxpupuli/puppet-splunk/issues/137) +**Merged pull requests:** + +- v6.3.0 release [\#143](https://github.com/voxpupuli/puppet-splunk/pull/143) ([TraGicCode](https://github.com/TraGicCode)) + ## [v6.2.0](https://github.com/voxpupuli/puppet-splunk/tree/v6.2.0) (2017-09-24) [Full Changelog](https://github.com/voxpupuli/puppet-splunk/compare/v6.1.0...v6.2.0) diff --git a/metadata.json b/metadata.json index 86c76a8b..6f345d21 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "puppet-splunk", - "version": "6.3.1-rc0", + "version": "6.3.1", "author": "Vox Pupuli", "summary": "Manage and deploy Splunk servers and forwarders", "license": "Apache-2.0",