diff options
-rw-r--r-- | CHANGELOG.md | 6 | ||||
-rw-r--r-- | metadata.json | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c7422c..4c15658 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ This project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased][unreleased] + +## [1.0.2] - 2015-04-22 +### Changed +- Resolve some Travis related packaging issues. + ## [1.0.1] - 2015-04-22 ### Changed - Resolve some Travis related packaging issues. @@ -16,4 +21,5 @@ This project adheres to [Semantic Versioning](http://semver.org/). - Boilerplate such as Gemfile, Travis configuration, LICENSE and so on. [unreleased]: https://github.com/puppet-community/puppet-unattended_upgrades/compare/1.0.1...HEAD +[1.0.2]: https://github.com/olivierlacan/keep-a-changelog/compare/1.0.2...1.0.1 [1.0.1]: https://github.com/olivierlacan/keep-a-changelog/compare/1.0.1...1.0.0 diff --git a/metadata.json b/metadata.json index 593a294..6ce531e 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "puppet-unattended_upgrades", - "version": "1.0.1", + "version": "1.0.2", "author": "Puppet Community", "summary": "Provides an interface for managing Apt unattended_upgrades with Puppet", "license": "Apache-2.0", |