diff --git a/CHANGELOG.md b/CHANGELOG.md index 8003d051..196fde62 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,21 @@ +# Version 1.1.0 + +Various fixes for Github issues +- 183 +- 173 +- 173 +- 167 +- 163 +- 161 + +Adding in the following features/functionality + +- IPv6 support +- Define type for docker plugins + +A full list of issues and PRs associated with this release can be found [here](https://github.com/puppetlabs/puppetlabs-docker/milestone/1?closed=1) + + # Version 1.0.5 Various fixes for Github issues diff --git a/metadata.json b/metadata.json index 6c0554d7..354c29cd 100755 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "puppetlabs-docker", - "version": "1.0.5", + "version": "1.1.0", "author": "Puppet Labs", "summary": "Module for installing and managing docker", "license": "Apache-2.0",