From 73508269ebee0f337f6e7bea900c90aad19045da Mon Sep 17 00:00:00 2001 From: Juan Wajnerman Date: Fri, 20 Sep 2019 14:00:57 -0300 Subject: [PATCH] Updated changelog (0.23) --- CHANGELOG.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b70bba9b7..c9144e884 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # InSTEDD Surveda Changelog +## 0.23 + +### Features + +* Survey folders [#1463](https://github.com/instedd/surveda/issues/1463) +* Prometheus metrics [#1472](https://github.com/instedd/surveda/issues/1472), [#1473](https://github.com/instedd/surveda/issues/1473) +* Prefix respondent IDs with `r` [#1497](https://github.com/instedd/surveda/issues/1497) +* Success rate and queue size cockpit [#1488](https://github.com/instedd/surveda/issues/1488) + +### Bugfixes + +* 'Quota completed steps' section cannot be disabled [#1490](https://github.com/instedd/surveda/issues/1490) +* Cannot change the sections order [#1496](https://github.com/instedd/surveda/issues/1496) +* Call duration is not computed on failed calls [#1502](https://github.com/instedd/surveda/issues/1502) + ## Viburnum 0.22.1 ### Features