Skip to content

Commit

Permalink
Merge pull request #106 from opscode/adamedx/release-0-8-0
Browse files Browse the repository at this point in the history
Update version for 0.8.0 release
  • Loading branch information
Adam Edwards authored and adamedx committed Oct 6, 2014
1 parent dcd9185 commit 504c9b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ None.
## Latest release: 0.8.0
* [knife-windows #98](https://github.com/opscode/knife-windows/issues/96) Get winrm command exit code if it is not expected
* [knife-windows #96](https://github.com/opscode/knife-windows/issues/96) Fix break from OS patch KB2918614
* Remove the 'instance data' method of creating EC2 servers
* Update winrm-s dependency along with em-winrm and winrm dependencies
* Return failure codes from knife winrm even when `returns` is not set
* Support Windows negotiate authentication protocol when running knife on Windows
Expand Down
2 changes: 1 addition & 1 deletion lib/knife-windows/version.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module Knife
module Windows
VERSION = "0.8.0.rc.2"
VERSION = "0.8.0"
MAJOR, MINOR, TINY = VERSION.split('.')
end
end

0 comments on commit 504c9b2

Please sign in to comment.