From 4a7fc4dbb5103e1de6e3a6051a64e2b948109f6f Mon Sep 17 00:00:00 2001 From: Brendan Dalpe Date: Thu, 21 Sep 2023 08:44:21 -0500 Subject: [PATCH] Bump to version 1.1.2 --- README.md | 3 +++ package.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 73d4866..64303c0 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,9 @@ FW-.*,Etc/GMT+1 ## Release Notes --- +### Version 1.1.2 - 2023-09-21 +* Fix issue with time zone function in Correlation pipeline + ### Version 1.1.1 - 2023-03-14 * Fixes typo in Correlation pipeline diff --git a/package.json b/package.json index 348b4cc..4b6b5de 100644 --- a/package.json +++ b/package.json @@ -1 +1 @@ -{"name":"cribl-palo-alto-networks","version":"1.1.1","author":"Brendan Dalpe - Cribl","description":"Process, reduce, and transform Palo Alto Networks Firewall logs.","displayName":"Palo Alto Networks","tags":{"dataType":["logs"],"useCase":["reduction","filtering"],"technology":["paloalto"]}} +{"name":"cribl-palo-alto-networks","version":"1.1.2","author":"Brendan Dalpe - Cribl","description":"Process, reduce, and transform Palo Alto Networks Firewall logs.","displayName":"Palo Alto Networks","tags":{"dataType":["logs"],"useCase":["reduction","filtering"],"technology":["paloalto"]}}