Skip to content

Commit be5c0a3

Browse files
author
Sean OMeara
committed
updating CHANGELOG and bumping metadata
1 parent 026f394 commit be5c0a3

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

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

5+
v4.3.3 (2015-07-27)
6+
-------------------
7+
- #76: Use checksum keyname instead of value in source recipe
8+
59
v4.3.2 (2015-07-27)
610
-------------------
711
- Fixing up Windows provider (issue #73)

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.3.2'
7+
version '4.3.3'
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)