diff --git a/CHANGELOG.md b/CHANGELOG.md index cfc267b..b309fdd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,18 +7,24 @@ and this project **does not adhere to [Semantic Versioning](http://semver.org/sp ### Changed -* Configure sysctl values to IPv6 when applicable - ### Deprecated ### Removed ### Fixed -* status output (number of # in headers) - ### Security +## [22.06] - 2022-06-06 + +### Changed + +* Configure sysctl values to IPv6 when applicable + +### Fixed + +* status output (number of # in headers) + ## [22.05] - 2022-05-10 #### Fixed diff --git a/minifirewall b/minifirewall index 7c655be..4beeaf7 100755 --- a/minifirewall +++ b/minifirewall @@ -29,7 +29,7 @@ # Description: Firewall designed for standalone server ### END INIT INFO -VERSION="22.05" +VERSION="22.06" NAME="minifirewall" # shellcheck disable=SC2034