diff --git a/CHANGELOG.md b/CHANGELOG.md index fbc6d2b..1878acc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,8 +2,16 @@ ## Unreleased -* Fixed using list ENV variables with multiple values -* Set pidfile in prosody.cfg.lua +## v1.1.3 + +### New features + +* Set pidfile in prosody.cfg.lua. +* Created a tests folder which contains pytest and bats tests. + +### Bug fixes + +* Fixed using list ENV variables with multiple values. ## v1.1.2 diff --git a/tests/readme.md b/tests/readme.md index 9a6644a..af1c31b 100644 --- a/tests/readme.md +++ b/tests/readme.md @@ -1,5 +1,8 @@ # Tests +Pytest is used to login and send messages to other accounts. +Bats is used to check the log for debug messages. + ## Dependencies * docker