Skip to content

Commit

Permalink
Update docs for v2.0.1 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
kemra102 committed Jul 12, 2016
1 parent fb59b1a commit f490f9e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## 2015-07-12 - Release 2.0.1
### Summary
Various bug fixes.

#### Bugfixes
- Switched from `validate_integer` to `validate_numeric` for `$order` to support more formats for ordering numbers.
- Fixes `undef`/`nil` checks in ERB templates.
- Fixed check for Amazon Linux.
- Multiple fixes to tests.

## 2015-09-12 - Release 2.0.0
### Summary
Major release to support Audisp and add significantly more testing.
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": "kemra102-auditd",
"version": "2.0.0",
"version": "2.0.1",
"author": "Danny Roberts",
"summary": "Manage the audit daemon and it's rules.",
"license": "BSD-2-Clause",
Expand Down

0 comments on commit f490f9e

Please sign in to comment.