We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b214afc commit ac9ae29Copy full SHA for ac9ae29
CHANGELOG.md
@@ -3,6 +3,12 @@ sudo Cookbook CHANGELOG
3
This file is used to list changes made in each version of the sudo cookbook.
4
5
6
+v2.3.0
7
+------
8
+### Improvement
9
+- **[COOK-3843](https://tickets.opscode.com/browse/COOK-3843)** - Make cookbook 'sudo' compatible with Mac OS X
10
+
11
12
v2.2.2
13
------
14
### Improvement
metadata.rb
@@ -3,7 +3,7 @@
maintainer_email 'cookbooks@opscode.com'
license 'Apache 2.0'
description 'Installs sudo and configures /etc/sudoers'
-version '2.2.3'
+version '2.3.0'
recipe 'sudo', 'Installs sudo and configures /etc/sudoers'
0 commit comments