Skip to content

Commit

Permalink
Update CHANGELOG
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
bodgit committed Nov 8, 2017
1 parent f7d75b2 commit f44494f
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 8 deletions.
37 changes: 29 additions & 8 deletions CHANGELOG.md
@@ -1,12 +1,33 @@
## Release 2.0.0
# Change Log

### Summary
## [v2.0.1](https://github.com/bodgit/puppet-dbus/tree/v2.0.1) (2017-11-08)
[Full Changelog](https://github.com/bodgit/puppet-dbus/compare/v2.0.0...v2.0.1)

Major overhaul of module. This release drops support for Puppet 3.x and is
tested on a minimum of Puppet 4.4.0.
## [v2.0.0](https://github.com/bodgit/puppet-dbus/tree/v2.0.0) (2017-01-21)
[Full Changelog](https://github.com/bodgit/puppet-dbus/compare/v1.1.2...v2.0.0)

#### Features
## [v1.1.2](https://github.com/bodgit/puppet-dbus/tree/v1.1.2) (2016-05-05)
[Full Changelog](https://github.com/bodgit/puppet-dbus/compare/v1.1.1...v1.1.2)

- Add Debian 8 support.
- Add Ubuntu 16.04 support.
- Add OpenBSD 6.0 support.
**Fixed bugs:**

- Use `dbus` instead of `messagebus` on EL7 [\#3](https://github.com/bodgit/puppet-dbus/issues/3)

## [v1.1.1](https://github.com/bodgit/puppet-dbus/tree/v1.1.1) (2016-05-05)
[Full Changelog](https://github.com/bodgit/puppet-dbus/compare/v1.1.0...v1.1.1)

**Fixed bugs:**

- Handle reloads better [\#2](https://github.com/bodgit/puppet-dbus/issues/2)

## [v1.1.0](https://github.com/bodgit/puppet-dbus/tree/v1.1.0) (2016-04-28)
[Full Changelog](https://github.com/bodgit/puppet-dbus/compare/v1.0.0...v1.1.0)

**Fixed bugs:**

- dbus systemd unit is static [\#1](https://github.com/bodgit/puppet-dbus/issues/1)

## [v1.0.0](https://github.com/bodgit/puppet-dbus/tree/v1.0.0) (2016-04-11)


\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
1 change: 1 addition & 0 deletions Gemfile
Expand Up @@ -31,6 +31,7 @@ group :development, :test do
gem 'specinfra', '>= 2.42.1', :require => false
gem 'puppet-strings', :require => false
gem 'beaker-puppet_install_helper', :require => false
gem 'github_changelog_generator', :require => false
end

if facterversion = ENV['FACTER_GEM_VERSION']
Expand Down

0 comments on commit f44494f

Please sign in to comment.