From 715556601a35bdba88c60690357c9cc541ec6caf Mon Sep 17 00:00:00 2001 From: ryan faircloth Date: Tue, 27 Aug 2019 09:12:47 -0400 Subject: [PATCH] Add change log --- .circleci/config.yml | 1 + CHANGELOG | 6 ++++++ 2 files changed, 7 insertions(+) create mode 100644 CHANGELOG diff --git a/.circleci/config.yml b/.circleci/config.yml index c2c4ea4..878541d 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -292,6 +292,7 @@ workflows: branches: only: - master + - release/* - publish-latest: requires: - dgoss diff --git a/CHANGELOG b/CHANGELOG new file mode 100644 index 0000000..4b84880 --- /dev/null +++ b/CHANGELOG @@ -0,0 +1,6 @@ +0.4.0 + - Add source support for Cisco NX + - Add source support for Symantec Proxy SG and ASG (Formerly bluecoat) + - Add support for mapping network source IP OR parsed host to specific vendor product where MSG parsing is impossible + - Code cleanup and simplification + - Begin using SEMVER for releases \ No newline at end of file