Skip to content
This repository has been archived by the owner on Apr 7, 2018. It is now read-only.

Commit

Permalink
Bump version to 1.1.0 for release
Browse files Browse the repository at this point in the history
  • Loading branch information
luckymike committed Mar 9, 2016
1 parent 00e5c7b commit 704954b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
Unreleased
v1.1.0
==========
* Add Windows support (only Chef client versions 12.5.1 and below).
* Improve upgrade behavior on Amazon Linux
* Explicitly require windows testing gems in order to support test-kitchen 1.6.x.

v1.0.6
======
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 "Chef omnibus package updater and installer"
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version "1.0.7"
version "1.1.0"

%w(redhat centos amazon scientific oracle debian ubuntu mac_os_x solaris windows).each do |plat|
supports plat
Expand Down

0 comments on commit 704954b

Please sign in to comment.