diff --git a/CHANGELOG b/CHANGELOG index 3b5868c..c541289 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,8 @@ +2016-08-22 Release 2.1.0: +- Adding aptly_repo type and provider and aptly::repo define and add +documentation for them. +- Fixing exist? function for publish and repo providers +- Adding the params class to the specs 2016-08-22 Release 2.0.2: - Fixing issues with broken providers - Adding an example of how to create a mirror diff --git a/metadata.json b/metadata.json index 35eae6a..c6c972f 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "TubeMogul-aptly", - "version": "2.0.2", + "version": "2.1.0", "author": "TubeMogul Inc.", "summary": "Module to manage, install, and configure aptly, a Debian repository management tool", "license": "Apache-2.0",