diff --git a/CHANGELOG.md b/CHANGELOG.md
index 372a89a09d72f57c0b77e5517625c5b977c72425..4b38370ae192005821bb2b86577901bd9ce04e8f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,11 @@
 
 All notable changes to this project will be documented in this file.
 
+## Release 2.2.0
+
+ * add parameter to handle no-tlsv1_2 option #30
+ * add parameters to handle TLS cipher suite and switch default Diffie-Hellman usage to true #29
+
 ## Release 2.1.0
 
  * fix usage of static-auth-secret option #25
diff --git a/metadata.json b/metadata.json
index 96d53d6f9c76186fbc512bed3fb9167de88fb9c4..e4595f3d40513c983cc191f94d456539fe16753b 100644
--- a/metadata.json
+++ b/metadata.json
@@ -1,6 +1,6 @@
 {
   "name": "adullact-coturn",
-  "version": "2.1.0",
+  "version": "2.2.0",
   "author": "adullact",
   "summary": "Install and configure Coturn",
   "license": "AGPL-3.0",