Skip to content

Commit

Permalink
Release 7.0 (#612)
Browse files Browse the repository at this point in the history
  • Loading branch information
damacus authored Mar 5, 2019
1 parent cb7ef7d commit 3e25e2b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,14 @@ This file is used to list changes made in each version of the apache2 cookbook.

## Unreleased

## 7.0.0 (05-03-2019)

- Remove all recipes
- Use `declare_resource` in `apache2_module`
- Add default value to `apache_2_mod_proxy`
- Fix spelling of `default` in `access_file_name` property in `install.rb`

## v6.0.0 (tbc)
## v6.0.0 (25-02-2019)

See UPGRADING.md for upgrading.

Expand Down
2 changes: 1 addition & 1 deletion metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
license 'Apache-2.0'
description 'Installs and configures apache2'
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version '6.0.0'
version '7.0.0'

supports 'debian'
supports 'ubuntu'
Expand Down

0 comments on commit 3e25e2b

Please sign in to comment.