From ef0b98f4df6a0c89a9c6f888c659e1c3fd649014 Mon Sep 17 00:00:00 2001 From: Jeremy Lecour Date: Thu, 28 Apr 2022 19:00:33 +0200 Subject: [PATCH] Release 22.04 --- CHANGELOG | 22 +++++++++++++++------- minifirewall | 2 +- 2 files changed, 16 insertions(+), 8 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index b7d1f83..5db76f0 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -5,6 +5,20 @@ and this project **does not adhere to [Semantic Versioning](http://semver.org/sp ### Added +### Changed + +### Deprecated + +### Removed + +### Fixed + +### Security + +## [22.04] - 2022-04-28 + +### Added + * markers for each section of status output * store and compare state between restart * colorize output if terminal supports colors @@ -19,12 +33,6 @@ and this project **does not adhere to [Semantic Versioning](http://semver.org/sp * source configuration only for valid actions * improve legacy config parsing -### Deprecated - -### Removed - ### Fixed -* force remove temporary files - -### Security +* force remove temporary files \ No newline at end of file diff --git a/minifirewall b/minifirewall index 51d582a..f383d87 100755 --- a/minifirewall +++ b/minifirewall @@ -29,7 +29,7 @@ # Description: Firewall designed for standalone server ### END INIT INFO -VERSION="22.03.5" +VERSION="22.04" NAME="minifirewall" # shellcheck disable=SC2034