Skip to content

Commit 3e25e2b

Browse files
authored
Release 7.0 (#612)
1 parent cb7ef7d commit 3e25e2b

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,14 @@ This file is used to list changes made in each version of the apache2 cookbook.
44

55
## Unreleased
66

7+
## 7.0.0 (05-03-2019)
8+
79
- Remove all recipes
810
- Use `declare_resource` in `apache2_module`
911
- Add default value to `apache_2_mod_proxy`
1012
- Fix spelling of `default` in `access_file_name` property in `install.rb`
1113

12-
## v6.0.0 (tbc)
14+
## v6.0.0 (25-02-2019)
1315

1416
See UPGRADING.md for upgrading.
1517

metadata.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
license 'Apache-2.0'
88
description 'Installs and configures apache2'
99
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
10-
version '6.0.0'
10+
version '7.0.0'
1111

1212
supports 'debian'
1313
supports 'ubuntu'

0 commit comments

Comments
 (0)