diff --git a/v1/Application.cfc b/v1/Application.cfc
index d8f67c6..9d11ad4 100644
--- a/v1/Application.cfc
+++ b/v1/Application.cfc
@@ -51,7 +51,7 @@
//variables.framework.docs={};
variables.framework.docs.APIName="Deck API";
- variables.framework.docs.APIVersion="0.115"; /*$ git config --global --unset user.password*/
+ variables.framework.docs.APIVersion="0.116"; /*$ git config --global --unset user.password*/
variables.framework.globalHeaders = structNew();
diff --git a/v1/resources/instance_operation.cfc b/v1/resources/instance_operation.cfc
index f199ea5..5f021dc 100644
--- a/v1/resources/instance_operation.cfc
+++ b/v1/resources/instance_operation.cfc
@@ -79,6 +79,7 @@
to_char(ios.dt_start, 'YYYY-MM-DD"T"HH24:MI:SS.FF3TZHTZM') as dt_start
to_char(ios.dt_finish, 'YYYY-MM-DD"T"HH24:MI:SS.FF3TZHTZM') as dt_finish
round(extract('epoch' from coalesce(ios.dt_finish,CURRENT_TIMESTAMP)- ios.dt_start),1) as duration
+ ios.stage_msg
from instance_operation_stage ios
where ios.instance_operation_uid=