From 3a59b91b05727ba41d93ceef552416b805708aab Mon Sep 17 00:00:00 2001 From: Andrew Kroh Date: Mon, 10 Apr 2017 08:29:06 -0400 Subject: [PATCH] Add CHANGELOG. --- CHANGELOG.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..9a22e9e --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,20 @@ +# Change Log +All notable changes to this project will be documented in this file. +This project adheres to [Semantic Versioning](http://semver.org/). + +## [Unreleased] + +### Added + +### Changed + +### Deprecated + +### Removed + +## [0.0.1] + +### Added +- Added AuditClient for communicating with the Linux Audit Framework in the + Linux kernel. +- Added auparse package for parsing audit logs.