diff --git a/CHANGELOG b/CHANGELOG
index fa4a831..1d6a82c 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,5 +1,5 @@
-Version 2.1.1b-DEVEL (May 16, 2024)
------------------------------------
+Version 2.1.2 (May 16, 2024)
+----------------------------
 * Enable IPv6 name record lookups for dig-wrapper. This indirectly enables IPv6/AAAA-record support for dyndns-host-open (& traffic-accounting) plugin
 ! Prevent systemd from terminating the job manager when some rules fail
 * Renamed xxx_OUTPUT to INET_OUTPUT_xxx for clarity/consistency
diff --git a/bin/arno-iptables-firewall b/bin/arno-iptables-firewall
index ac5ea91..c301b77 100755
--- a/bin/arno-iptables-firewall
+++ b/bin/arno-iptables-firewall
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-MY_VERSION="2.1.1b-DEVEL"
+MY_VERSION="2.1.2"
 
 # Location of the main configuration file for the firewall
 ##########################################################