From f9e0363bc8116b7d19c5cc604e73e8b04333695f Mon Sep 17 00:00:00 2001 From: Sean OMeara Date: Fri, 20 Dec 2013 20:04:56 -0500 Subject: [PATCH] Version bump to v1.1.4 --- CHANGELOG.md | 6 ++++++ metadata.rb | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2718b8c..83b5b3c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ ubuntu Cookbook CHANGELOG ====================== This file is used to list changes made in each version of the ubuntu cookbook. +v1.1.4 +------ +- COOK-3852 - updating source.list before calling apt-get update +- Style and test harness + + v0.0.0 ------ Text goes here diff --git a/metadata.rb b/metadata.rb index 30823a1..76d4093 100644 --- a/metadata.rb +++ b/metadata.rb @@ -3,7 +3,7 @@ maintainer_email 'cookbooks@opscode.com' license 'Apache 2.0' description 'Sets up apt sources for Ubuntu Linux' -version '1.1.2' +version '1.1.4' depends 'apt' supports 'ubuntu' recipe 'ubuntu', 'Sets up sources for the nodes Ubuntu release'