From 9994120a3c563ae56174ecb97f5e77827f1214ac Mon Sep 17 00:00:00 2001 From: Tim Smith Date: Fri, 19 Aug 2016 15:50:35 -0700 Subject: [PATCH] Release 1.2.1 Signed-off-by: Tim Smith --- CHANGELOG.md | 7 +++++++ metadata.rb | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b016beb..7c2be0a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/metadata.rb b/metadata.rb index 16a9eea..8d9f3c6 100644 --- a/metadata.rb +++ b/metadata.rb @@ -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