From 39bd69d39c310d910177defee1505c00bfdcd91a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sara=20Aim=C3=A9e=20Smiseth?= <51710585+SaraSmiseth@users.noreply.github.com> Date: Fri, 30 Oct 2020 17:53:00 +0100 Subject: [PATCH] Prepare for version v1.1.3 --- CHANGELOG.md | 12 ++++++++++-- tests/readme.md | 3 +++ 2 files changed, 13 insertions(+), 2 deletions(-) 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