diff --git a/windows/README.md b/windows/README.md index 45b9f2a00..22fbaa340 100644 --- a/windows/README.md +++ b/windows/README.md @@ -3,13 +3,6 @@ Description Provides a set of Windows-specific primitives (Chef resources) meant to aid in the creation of cookbooks/recipes targeting the Windows platform. -Changes -======= - -## v1.0.1: - -* COOK-656, begin/rescue on win32/registry - Requirements ============ @@ -183,6 +176,12 @@ Changes/Roadmap * package preseeding/response_file support * package installation location via a `target_dir` attribute. +* [COOK-666] windows_package should support CoApp packages + +## v1.0.2: + +* [COOK-647] account for Wow6432Node registry redirecter +* [COOK-656] begin/rescue on win32/registry ## 1.0.0: diff --git a/windows/metadata.rb b/windows/metadata.rb index 48d685c0e..d2dea2f46 100644 --- a/windows/metadata.rb +++ b/windows/metadata.rb @@ -3,5 +3,5 @@ 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.0.1" +version "1.0.2" supports "windows"