diff --git a/CHANGELOG.md b/CHANGELOG.md index e29904be..0dc1407d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +##2015-10-10 - 6.1.0 +###Summary + +This is a feature and bugfix release in the Kilo series. + +####Bugfixes +- WSGI: make it work, and test it with acceptance + +####Maintenance +- acceptance: checkout stable/kilo puppet modules + + ##2015-07-08 - 6.0.0 ###Summary diff --git a/README.md b/README.md index 56155b2f..d4b7c13f 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ Ceilometer ========== -6.0.0 - 2015.1 - Kilo +6.1.0 - 2015.1 - Kilo #### Table of Contents diff --git a/metadata.json b/metadata.json index c7d82fc9..207c7d5a 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "openstack-ceilometer", - "version": "6.0.0", + "version": "6.1.0", "author": "eNovance and OpenStack Contributors", "summary": "Puppet module for OpenStack Ceilometer", "license": "Apache-2.0",