We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e899a6 commit 45d362aCopy full SHA for 45d362a
CHANGELOG.md
@@ -2,6 +2,12 @@ windows Cookbook CHANGELOG
2
=======================
3
This file is used to list changes made in each version of the windows cookbook.
4
5
+v1.12.2
6
+-------
7
+### Bug
8
+- **[COOK-4110](https://tickets.opscode.com/browse/COOK-4110)** - feature_servermanager installed? method regex bug
9
+
10
11
v1.12.0
12
-------
13
### Bug
metadata.rb
@@ -4,6 +4,6 @@
license "Apache 2.0"
description "Provides a set of useful Windows-specific primitives."
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
-version "1.12.1"
+version "1.12.2"
supports "windows"
depends "chef_handler"
0 commit comments