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

Commit

Permalink
Release 2.0.0
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Smith <tsmith@chef.io>
  • Loading branch information
tas50 committed Feb 23, 2017
1 parent 86a5042 commit 9002d11
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@

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

## v1.0.1 (tbr)
## v2.0.0 (2017-02-23)

- now supports a timeout property for create
- Now supports a timeout property for create
- Converted to a custom resource to resolve the failures in the 1.0 release and wired up proper converge messaging. This requires Chef 12.5 or later

## v1.0.0 (2017-02-22)

Expand Down
2 changes: 1 addition & 1 deletion metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
description 'Manage swap and swapfiles with Chef'
long_description 'A resource for easily creating a managing swap files ' \
'and swap partitions in Chef recipes.'
version '1.0.0'
version '2.0.0'

%w(ubuntu debian redhat centos suse opensuse opensuseleap scientific oracle amazon zlinux).each do |os|
supports os
Expand Down

0 comments on commit 9002d11

Please sign in to comment.