From 2004159b19315450e8f8558b229078daa949d908 Mon Sep 17 00:00:00 2001 From: Corey Hemminger Date: Fri, 21 Dec 2018 16:29:50 -0600 Subject: [PATCH] update berksfile and changelog Signed-off-by: Corey Hemminger --- Berksfile | 3 --- CHANGELOG.md | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/Berksfile b/Berksfile index a165970..aacbca8 100644 --- a/Berksfile +++ b/Berksfile @@ -1,8 +1,5 @@ # frozen_string_literal: true -source chef_repo: '..' source 'https://supermarket.chef.io' metadata - -cookbook 'chef-ingredient', path: '../chef-ingredient' diff --git a/CHANGELOG.md b/CHANGELOG.md index 34c43fa..122f7cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,6 @@ This file is used to list changes made in each version of the chef_software cookbook. -## 0.1.0 (2018-12-11) +## 1.0.0 (2018-12-21) - [Corey Hemminger] - Initial Release