From 68de8d214e72334321d378f7663ba576c833cb4a Mon Sep 17 00:00:00 2001 From: William Yardley Date: Fri, 7 Dec 2018 21:38:33 -0800 Subject: [PATCH] Release 8.4.2 --- CHANGELOG.md | 19 +++++++++++++++++++ metadata.json | 2 +- 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1187d95aa..389eba15d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,25 @@ 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. +## [v8.4.2](https://github.com/voxpupuli/puppet-rabbitmq/tree/v8.4.2) (2018-12-07) + +[Full Changelog](https://github.com/voxpupuli/puppet-rabbitmq/compare/v8.4.0...v8.4.2) + +**Fixed bugs:** + +- Update APT GPG Key [\#743](https://github.com/voxpupuli/puppet-rabbitmq/pull/743) ([Mezzle](https://github.com/Mezzle)) + +**Closed issues:** + +- Package cloud APT GPG key changed? [\#742](https://github.com/voxpupuli/puppet-rabbitmq/issues/742) + +**Merged pull requests:** + +- Updates to rabbitmq::server docs [\#745](https://github.com/voxpupuli/puppet-rabbitmq/pull/745) ([wyardley](https://github.com/wyardley)) +- Update REFERENCE.md, remove docs dir from master [\#744](https://github.com/voxpupuli/puppet-rabbitmq/pull/744) ([wyardley](https://github.com/wyardley)) +- Replace is\_ipv6\_address with Puppet 4 native comparision [\#738](https://github.com/voxpupuli/puppet-rabbitmq/pull/738) ([baurmatt](https://github.com/baurmatt)) +- modulesync 2.2.0 and allow puppet 6.x [\#735](https://github.com/voxpupuli/puppet-rabbitmq/pull/735) ([bastelfreak](https://github.com/bastelfreak)) + ## [v8.4.0](https://github.com/voxpupuli/puppet-rabbitmq/tree/v8.4.0) (2018-10-04) [Full Changelog](https://github.com/voxpupuli/puppet-rabbitmq/compare/v8.3.0...v8.4.0) diff --git a/metadata.json b/metadata.json index d0e442163..e1d62135c 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "puppet-rabbitmq", - "version": "8.4.1-rc0", + "version": "8.4.2", "author": "voxpupuli", "summary": "Installs, configures, and manages RabbitMQ.", "license": "Apache-2.0",