From 9f81c7159c0a0fc3f71046d81dd0e7246d4e30af Mon Sep 17 00:00:00 2001 From: "Brian J. Cardiff" Date: Fri, 20 Mar 2020 12:40:43 -0300 Subject: [PATCH] Release 0.25.0 (#1675) --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 30e6fa8f4..709183e7a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # InSTEDD Surveda Changelog +## 0.25.0 + +### Features + +* Handle respondent's `STOP` message by setting a final disposition and flagging it as `user_stopped`. [#1607](https://github.com/instedd/surveda/issues/1607) +* More accurate retries count for IVR calls. Enqueued calls does not show as an attempt until they are started. [#1589](https://github.com/instedd/surveda/issues/1589) +* Mobile surveys links can be visited multiple times. [#1521](https://github.com/instedd/surveda/issues/1521) +* Allow cloud Verboice and Nuntium to be used in local surveda development by adding a `base_callback_url` configuration. [#1624](https://github.com/instedd/surveda/issues/1624) + ## 0.24.1 ### Bugfixes