Skip to content

Commit

Permalink
Release version 1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stevendanna committed Jan 22, 2015
1 parent 45d7e4e commit 964b121
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Expand Up @@ -3,6 +3,19 @@ logrotate Cookbook CHANGELOG
This file is used to list changes made in each version of the
logrotate cookbook.

v1.8.0
------

### Resolved Bugs

- `su` parameter now supported in global config.

### Improvements

- firstaction and lastaction attributes documented in the README
- rotate attribute documented in the README
- Use hash-rocket syntax in rspec matcher to maintain 1.9 support.

v1.7.0
------

Expand Down
2 changes: 1 addition & 1 deletion metadata.rb
Expand Up @@ -4,7 +4,7 @@
license 'Apache 2.0'
description 'Installs logrotate package and provides a definition for logrotate configs'
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version '1.7.0'
version '1.8.0'

recipe 'logrotate', 'Installs logrotate package'
provides 'logrotate_app'
Expand Down

0 comments on commit 964b121

Please sign in to comment.