Skip to content

Commit ff95afe

Browse files
author
Sean OMeara
committed
updating CHANGELOG and bumping metadata
1 parent 3d27375 commit ff95afe

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@ git Cookbook CHANGELOG
22
======================
33
This file is used to list changes made in each version of the git cookbook.
44

5+
v4.3.0 (2015-07-20)
6+
-------------------
7+
- Removing references to node attributes from provider code
8+
- Name-spacing of client resource property names
9+
- Addition of windows recipe
10+
- Creation of package recipe
11+
512
v4.2.4 (2015-07-19)
613
-------------------
714
- Fixing source provider selection bug from 4.2.3

metadata.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
license 'Apache 2.0'
55
description 'Installs git and/or sets up a Git server daemon'
66
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
7-
version '4.2.4'
7+
version '4.3.0'
88
recipe 'git', 'Installs git'
99
recipe 'git::server', 'Sets up a runit_service for git daemon'
1010
recipe 'git::source', 'Installs git from source'

0 commit comments

Comments
 (0)