Showing with 7 additions and 6 deletions.
  1. +0 −5 .travis.yml
  2. +6 −0 CHANGELOG.md
  3. +1 −1 metadata.json
5 changes: 0 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,6 @@
language: ruby
sudo: false

branches:
only:
- master
- /\d.\d.x/

script: "bundle exec rake test SPEC_OPTS='--format documentation'"

matrix:
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down