Skip to content

Commit

Permalink
Bump version to 1.1.1, add CHANGELOG entry
Browse files Browse the repository at this point in the history
  • Loading branch information
Doug Ireton committed Dec 6, 2012
1 parent f1257d6 commit de5a40c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## v1.1.1:

* [COOK-2020] - Add setup option attributes to Git Windows package install

## v1.1.0:

* [COOK-1943] - Update to git 1.8.0
Expand Down
2 changes: 1 addition & 1 deletion metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
license "Apache 2.0"
description "Installs git and/or sets up a Git server daemon"
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version "1.1.0"
version "1.1.1"
recipe "git", "Installs git"
recipe "git::server", "Sets up a runit_service for git daemon"
recipe "git::source", "Installs git from source"
Expand Down

0 comments on commit de5a40c

Please sign in to comment.