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