Skip to content
This repository has been archived by the owner on Jan 19, 2019. It is now read-only.

Commit

Permalink
Release 4.0.1
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Smith <tsmith@chef.io>
  • Loading branch information
tas50 committed May 6, 2017
1 parent a60a32d commit 0093f89
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,12 @@

This file is used to list changes made in each version of the bluepill cookbook.

## 4.0.1 (2017-05-06)

- Add supported platforms to the metadata
- Remove extra include of mixlib-shell in the resource
- Fix the license string to be a SPDX standard string

## 4.0.0 (2017-03-06)

- Test with local delivery and not Rake
Expand Down
2 changes: 1 addition & 1 deletion metadata.rb
Expand Up @@ -4,7 +4,7 @@
license 'Apache-2.0'
description 'Installs bluepill gem and configures to manage services, includes bluepill_service LWRP'
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version '4.0.0'
version '4.0.1'
recipe 'bluepill::default', 'Installs bluepill rubygem and sets up management directories'

depends 'rsyslog', '>= 2.0'
Expand Down

0 comments on commit 0093f89

Please sign in to comment.