summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniele Sluijters <daenney@users.noreply.github.com>2015-04-22 19:33:42 +0200
committerDaniele Sluijters <daenney@users.noreply.github.com>2015-04-22 19:33:42 +0200
commita6ad54fd43ef0c1365a7fb677592b7400b3553bb (patch)
tree816d2d84996b91daf086e2305a3d4078dac25fb4
parent37fd445479f5fcf09de7ce386894b7c3f01dec14 (diff)
parentb4a179b5f94f50aee0c933fd389cadf0f09c543b (diff)
Merge branch '1.0.x'
-rw-r--r--CHANGELOG.md15
-rw-r--r--metadata.json2
2 files changed, 16 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 478fe63..4c15658 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,8 +3,23 @@ All notable changes to this project will be documented in this file.
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.
+
+## [1.0.0] - 2015-04-22
### Added
- Full configuration of unattended-upgrades and all possible options for `APT::Periodic`.
- Test suite covering the current behaviour.
- README with full documentation.
- 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 6bb45fa..6ce531e 100644
--- a/metadata.json
+++ b/metadata.json
@@ -1,6 +1,6 @@
{
"name": "puppet-unattended_upgrades",
- "version": "1.0.0",
+ "version": "1.0.2",
"author": "Puppet Community",
"summary": "Provides an interface for managing Apt unattended_upgrades with Puppet",
"license": "Apache-2.0",