Showing with 14 additions and 3 deletions.
  1. +1 −0 .travis.yml
  2. +11 −2 CHANGELOG.md
  3. +1 −0 Gemfile
  4. +1 −1 metadata.json
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
dist: xenial
language: ruby
sudo: false
addons:
Expand Down
13 changes: 11 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,18 @@ All notable changes to this project will be documented in this file.
Each new release typically also includes the latest modulesync defaults.
These should not affect the functionality of the module.

## [v2.5.0](https://github.com/camptocamp/puppet-systemd/tree/v2.5.0) (2019-05-29)
## [v2.5.1](https://github.com/camptocamp/puppet-systemd/tree/v2.5.1) (2019-05-29)

[Full Changelog](https://github.com/camptocamp/puppet-systemd/compare/2.4.0...v2.5.0)
[Full Changelog](https://github.com/camptocamp/puppet-systemd/compare/2.5.0...v2.5.1)

**Merged pull requests:**

- Pin `public\_suffix` to `3.0.3` on rvm 2.1.9 builds [\#108](https://github.com/camptocamp/puppet-systemd/pull/108) ([alexjfisher](https://github.com/alexjfisher))
- run CI jobs on xenial instead of trusty [\#107](https://github.com/camptocamp/puppet-systemd/pull/107) ([bastelfreak](https://github.com/bastelfreak))

## [2.5.0](https://github.com/camptocamp/puppet-systemd/tree/2.5.0) (2019-05-29)

[Full Changelog](https://github.com/camptocamp/puppet-systemd/compare/2.4.0...2.5.0)

**Merged pull requests:**

Expand Down
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ group :development, :unit_tests do
gem 'rspec-puppet-facts', :require => false
gem 'ruby-augeas', :require => false
gem 'json_pure', '< 2.0.2', :require => false
gem 'public_suffix', '3.0.3', :require => false if RUBY_VERSION < '2.2.0'
end

group :system_tests do
Expand Down
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "camptocamp-systemd",
"version": "2.5.0",
"version": "2.5.1",
"author": "camptocamp",
"summary": "Puppet Systemd module",
"license": "Apache-2.0",
Expand Down