summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMickaël Canévet <mickael.canevet@camptocamp.com>2016-01-11 09:43:39 +0100
committerMickaël Canévet <mickael.canevet@camptocamp.com>2016-01-11 09:43:39 +0100
commit07187bbd2f494c0e2a70fae0cbc55136b568a07b (patch)
treef6baf6230e0ca9e767895f478fc67f2ecb78f69f
parent93e876ef5d0e5d8616f4d831473fe4adc10099b9 (diff)
parent1c92572b1126e45d68cbb1818cfd5098ab744a8d (diff)
Merge pull request #47 from voxpupuli/prep-1.1.1
release: 1.1.1
-rw-r--r--CHANGELOG.md7
-rw-r--r--metadata.json2
2 files changed, 7 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index a5ab9ab..1a0409a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,10 +2,14 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).
+
## [Unreleased][unreleased]
+
+## Release 1.1.1 - 2016-01-11
### Changed
- CHANGELOG: Fixed comparison URL's for the releases
- CHANGELOG: Fixed changed header for 1.1.1
+- Fix a facts lookup issue that caused us to break on Ubuntu
## Release 1.1.0 - 2016-01-08
### Added
@@ -44,7 +48,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- README with full documentation.
- Boilerplate such as Gemfile, Travis configuration, LICENSE and so on.
-[unreleased]: https://github.com/voxpupuli/puppet-unattended_upgrades/compare/HEAD...1.1.0
+[unreleased]: https://github.com/voxpupuli/puppet-unattended_upgrades/compare/HEAD...1.1.1
+[1.1.1]: https://github.com/voxpupuli/puppet-unattended_upgrades/compare/1.1.1...1.1.0
[1.1.0]: https://github.com/voxpupuli/puppet-unattended_upgrades/compare/1.1.0...1.0.2
[1.0.3]: https://github.com/voxpupuli/puppet-unattended_upgrades/compare/1.0.2...1.0.3
[1.0.2]: https://github.com/voxpupuli/puppet-unattended_upgrades/compare/1.0.1...1.0.2
diff --git a/metadata.json b/metadata.json
index 0643273..c495b9e 100644
--- a/metadata.json
+++ b/metadata.json
@@ -1,6 +1,6 @@
{
"name": "puppet-unattended_upgrades",
- "version": "1.1.1-rc0",
+ "version": "1.1.1",
"author": "voxpupuli",
"summary": "Provides an interface for managing Apt unattended_upgrades with Puppet",
"license": "Apache-2.0",