Showing with 13 additions and 6 deletions.
  1. +7 −0 CHANGELOG.md
  2. +6 −6 metadata.json
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## Version 5.6.1
### Summary
This is a metadata change to release a 5.6.x version into Vox Pupuli's namespace.

### Fixed
- Change forge namespace to voxpupuli's. fixes #627

## Version 5.6.0
### Summary
This is an unsupported Release. Add 2 features as listed below.
Expand Down
12 changes: 6 additions & 6 deletions metadata.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "puppetlabs-rabbitmq",
"version": "5.6.0",
"author": "puppetlabs",
"name": "puppet-rabbitmq",
"version": "5.6.1",
"author": "voxpupuli",
"summary": "Installs, configures, and manages RabbitMQ.",
"license": "Apache-2.0",
"source": "https://github.com/puppetlabs/puppetlabs-rabbitmq",
"project_page": "https://github.com/puppetlabs/puppetlabs-rabbitmq",
"issues_url": "https://tickets.puppetlabs.com/browse/MODULES",
"source": "https://github.com/voxpupuli/puppet-rabbitmq",
"project_page": "https://github.com/voxpupuli/puppet-rabbitmq",
"issues_url": "https://github.com/voxpupuli/puppet-rabbitmq/issues",
"operatingsystem_support": [
{
"operatingsystem": "RedHat",
Expand Down