Skip to content

Commit

Permalink
Merge pull request #85 from inviqa/feature/capistrano-by-site
Browse files Browse the repository at this point in the history
Bump version number
  • Loading branch information
Barney Hanlon authored Aug 25, 2016
2 parents 18bdce2 + c63e842 commit 93ee082
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@


## 2.5.1 (25 Aug 2016)

CHANGES:

* #84 Change capistrano definition usage to use site name rather than :deploy_to as this is more unique.

## 2.5.0 (04 Aug 2016)

CHANGES:
Expand All @@ -8,7 +16,7 @@ CHANGES:

NEW FEATURES:

* #80 Ensure pre-existing ssl files don't get overwritten by this cookbook
* #80 Ensure pre-existing ssl files don't get overwritten by this cookbook
* #81 Add recipe to generate self signed ssl

## 2.3.0 (22 Jul 2016)
Expand Down
2 changes: 1 addition & 1 deletion metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
source_url "https://github.com/inviqa/chef-config-driven-helper"
license "Apache 2.0"
description "enable driving cookbooks that are not normally config driven to be so"
version "2.5.0"
version "2.5.1"

depends "apache2", ">= 1.8"
depends 'iptables-ng', '>= 2.2'
Expand Down

0 comments on commit 93ee082

Please sign in to comment.