From 79291a15c4f8e828bcd2ab225ea788f7086fc967 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sara=20Aim=C3=A9e=20Smiseth?= <51710585+SaraSmiseth@users.noreply.github.com> Date: Fri, 7 May 2021 13:47:46 +0200 Subject: [PATCH] Prepare v1.2.0 --- CHANGELOG.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c63cb2c..09f0fb6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,11 +2,22 @@ ## Unreleased +* Nothing + +## v1.2.0 + +### New features + +* New environment variables for database settings. It is now possible to use MariaDB or Postgres instead of SQLite. SQLite is the default. See [README](https://github.com/SaraSmiseth/prosody#environment-variables). + +### Updates + * Updated luarocks to version 3.7.0. -* Create environment variables for database settings. It is now possible to use MariaDB or Postgres instead of SQLite. SQLite is the default. ## v1.1.4 +### Updates + * Updated to Prosody version [0.11.8](https://blog.prosody.im/prosody-0.11.8-released/). * Updated luarocks to version 3.5.0.