diff --git a/CHANGELOG.md b/CHANGELOG.md index 131c7b96..9b9a1b34 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +##2015-10-14 - 6.1.0 +###Summary + +This is a feature and maintenance release in the Kilo series. + +####Features +- Create Heat Domain with Keystone_domain resource + +####Maintenance +- Remove deprecated parameter stack_user_domain +- acceptance: checkout stable/kilo puppet modules + ##2015-07-08 - 6.0.0 ###Summary diff --git a/README.md b/README.md index 246c4b6d..d2047261 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ puppet-heat ============= -6.0.0 - 2015.1 - Kilo +6.1.0 - 2015.1 - Kilo #### Table of Contents diff --git a/metadata.json b/metadata.json index 9834175f..5798063a 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "openstack-heat", - "version": "6.0.0", + "version": "6.1.0", "author": "eNovance and OpenStack Contributors", "summary": "Puppet module for OpenStack Heat", "license": "Apache-2.0",