Skip to content

Commit

Permalink
release update (#183)
Browse files Browse the repository at this point in the history
  • Loading branch information
rshade authored Mar 29, 2017
1 parent f97f29f commit 6eafbdf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ This file is used to list changes made in each version of the haproxy cookbook.


## [Unreleased]
## [v3.0.4] (29-03-2017)
- Fix bug introduced in #174 [#182][]

## [v3.0.3] (28-03-2017)

Expand Down Expand Up @@ -220,7 +222,8 @@ This file is used to list changes made in each version of the haproxy cookbook.

- Use `node.chef_environment` instead of `node['app_environment']`

[Unreleased]: https://github.com/sous-chefs/haproxy/compare/v3.0.3...HEAD
[Unreleased]: https://github.com/sous-chefs/haproxy/compare/v3.0.4...HEAD
[v3.0.4]: https://github.com/sous-chefs/haproxy/compare/v3.0.3...v3.0.4
[v3.0.3]: https://github.com/sous-chefs/haproxy/compare/v3.0.2...v3.0.3
[v3.0.2]: https://github.com/sous-chefs/haproxy/compare/v3.0.1...v3.0.2
[v3.0.1]: https://github.com/sous-chefs/haproxy/compare/v3.0.0...v3.0.1
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 and configures haproxy'
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version '3.0.3'
version '3.0.4'

recipe 'haproxy', 'Installs and configures haproxy'
recipe 'haproxy::app_lb', 'Installs and configures haproxy by searching for nodes of a particular role'
Expand Down

0 comments on commit 6eafbdf

Please sign in to comment.