Skip to content

Commit

Permalink
Prepare for release 1.1.6.
Browse files Browse the repository at this point in the history
  • Loading branch information
rehanone committed Nov 25, 2017
1 parent f7ff40e commit 3e7fdf5
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 1.1.6 (November 24, 2017)

Improvements:

- Implemented Puppet 4 module data pattern using `hiera` for module defaults and removed `params.pp`.
- Added support for Puppet 5.

## 1.1.5 (June 30, 2017)

Bugfixes:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ The module can be used with `hiera` to provide all configuration options. See [U
#### Requirements
This module is designed to be as clean and compliant with latest puppet code guidelines. It works with:

- `puppet >=4.0.0`
- `puppet >=4.7.0`

## Usage

Expand Down
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rehan-wget",
"version": "1.1.5",
"version": "1.1.6",
"author": "Rehan Mahmood",
"summary": "Install, manage and configure wget and retrieve files using it",
"license": "Apache-2.0",
Expand Down

0 comments on commit 3e7fdf5

Please sign in to comment.