Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Change Log

## [v3.0.0](https://github.com/dev-sec/chef-nginx-hardening/tree/v3.0.0) (2018-01-05)
[Full Changelog](https://github.com/dev-sec/chef-nginx-hardening/compare/v2.0.0...v3.0.0)

**Closed issues:**

- Update metadata to depend on "nginx" cookbook [\#47](https://github.com/dev-sec/chef-nginx-hardening/issues/47)

**Merged pull requests:**

- switch to nginx cookbook [\#48](https://github.com/dev-sec/chef-nginx-hardening/pull/48) ([rveznaver](https://github.com/rveznaver))
- add headers and cleaning [\#46](https://github.com/dev-sec/chef-nginx-hardening/pull/46) ([atomic111](https://github.com/atomic111))

## [v2.0.0](https://github.com/dev-sec/chef-nginx-hardening/tree/v2.0.0) (2017-01-04)
[Full Changelog](https://github.com/dev-sec/chef-nginx-hardening/compare/v1.1.0...v2.0.0)

Expand Down
2 changes: 1 addition & 1 deletion metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
description 'Configures nginx hardening'
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))

version '2.0.0'
version '3.0.0'

issues_url 'https://github.com/dev-sec/chef-nginx-hardening/issues'
source_url 'https://github.com/dev-sec/chef-nginx-hardening'
Expand Down