From cbb212c61b6a897157b25bb5ebfe76842e79c5aa Mon Sep 17 00:00:00 2001 From: Tam Date: Thu, 24 Oct 2019 13:00:48 +0100 Subject: [PATCH] Version bump --- CHANGELOG.md | 4 ++++ composer.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d988b39..17807cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 3.0.2 - 2019-10-24 +### Fixed +- Fix issue with missing log variable in compact() call (via [@jeffturcotte](https://github.com/jeffturcotte)) + ## 3.0.1 - 2019-06-03 [CRITICAL] ### Security - Fix security issue allowing a user to view any file on the system #2 diff --git a/composer.json b/composer.json index 724f4fc..3897dbe 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "ether/logs", "description": "Access logs from the CP", - "version": "3.0.1", + "version": "3.0.2", "type": "craft-plugin", "minimum-stability": "dev", "require": {