Prepare for version v1.1.3

This commit is contained in:
Sara Aimée Smiseth 2020-10-30 17:53:00 +01:00
parent b70fcbd98e
commit 39bd69d39c
2 changed files with 13 additions and 2 deletions

View file

@ -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

View file

@ -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