diff --git a/CHANGELOG b/CHANGELOG index ed3e26a..a3ff958 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,7 @@ +2.1 Final - 07/12/2019 + - Fix flush tables rule for raw + - Final 2.1 release since we've had 2.1 for 5 years now without being 'released' + 2.1 Beta 1 - 11/19/2018 - Add run-after and run-before rules (custom/runafter.sh and custom/runbefore.sh) diff --git a/bin/srfirewall b/bin/srfirewall index 830d646..0f7df7f 100755 --- a/bin/srfirewall +++ b/bin/srfirewall @@ -19,7 +19,7 @@ # along with this program. If not, see . # Static config options, normally do not need to change -FW_VERSION="2.1a3" +FW_VERSION="2.1" # Important directory locations FWPREFIX="/usr/local"