diff --git a/CHANGELOG.md b/CHANGELOG.md index ae83a9382fb509908fd729fd223a6d9564c5f3d6..372a89a09d72f57c0b77e5517625c5b977c72425 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. +## Release 2.1.0 + + * fix usage of static-auth-secret option #25 + * ensure coturn config file is not world redeable #27 + * add parameter to handel the running user and group of the turn process #26 + * add parameter to handle log-file option #24 + ## Release 2.0.0 * add ubuntu20.04 debian10 as supported OS, drop ubuntu16.04 debian9 #21 diff --git a/metadata.json b/metadata.json index c98b1fb5fd739c49d50c8923351751efe2e8310a..96d53d6f9c76186fbc512bed3fb9167de88fb9c4 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "adullact-coturn", - "version": "2.0.0", + "version": "2.1.0", "author": "adullact", "summary": "Install and configure Coturn", "license": "AGPL-3.0",