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

Commit

Permalink
Release 1.2.1
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Smith <[email protected]>
  • Loading branch information
tas50 committed Aug 19, 2016
1 parent d890786 commit 9994120
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

This file is used to list changes made in each version of the omnibus_updater cookbook.

## 1.2.1 (2016-08-19)

- Use the improved rakefile
- Fix github URLs in the metadata
- Add testing on additional platforms to kitchen config
- fix 1.2.0 no implicit conversion of nil to string. fixes #123

## 1.2.0 (2016-08-18)

- Add OS X DMG Support and fix Mac OS X Version Determination
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.2.1'
version '1.2.1'

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

0 comments on commit 9994120

Please sign in to comment.