Skip to content

Commit

Permalink
Version bump to v3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean OMeara committed Dec 19, 2013
1 parent 631615a commit 1a07e24
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@ chef-client Cookbook CHANGELOG
==============================
This file is used to list changes made in each version of the chef-client cookbook.

v3.2.0
------
### Bug
- **[COOK-3885](https://tickets.opscode.com/browse/COOK-3885)** - launchd_service template missing client_bin
- **[COOK-3874](https://tickets.opscode.com/browse/COOK-3874)** - COOK-3492 patch breaks server_test.rb
- **[COOK-3848](https://tickets.opscode.com/browse/COOK-3848)** - allow disable splay
- Fixing up style to pass most rubocops
- Updating test-kitchen harness


v3.1.2
------
### Bug
Expand Down
2 changes: 1 addition & 1 deletion metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
license 'Apache 2.0'
description 'Manages client.rb configuration and chef-client service'
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version '3.1.2'
version '3.2.0'
recipe 'chef-client', 'Includes the service recipe by default.'
recipe 'chef-client::arch_service', 'Configures chef-client as a service on Arch Linux'
recipe 'chef-client::bluepill_service', 'Configures chef-client as a service under Bluepill'
Expand Down

0 comments on commit 1a07e24

Please sign in to comment.