diff --git a/changelog.txt b/changelog.txt index b0627a98..885b50db 100644 --- a/changelog.txt +++ b/changelog.txt @@ -8,7 +8,14 @@ Legend + : added - : removed -2024-01-03 v1.112.0 +2024-01-12 v1.114.0 +------------------- + +* cross app navigation +* table output +! debugger tools + +2024-01-03 v1.113.0 ------------------- + new debugging tools diff --git a/src/01/01/z2ui5_cl_fw_http_handler.clas.abap b/src/01/01/z2ui5_cl_fw_http_handler.clas.abap index bf96f97d..f3bd1b0c 100644 --- a/src/01/01/z2ui5_cl_fw_http_handler.clas.abap +++ b/src/01/01/z2ui5_cl_fw_http_handler.clas.abap @@ -4,7 +4,7 @@ CLASS z2ui5_cl_fw_http_handler DEFINITION PUBLIC SECTION. - CONSTANTS c_abap_version TYPE string VALUE '1.113.0' ##NO_TEXT. + CONSTANTS c_abap_version TYPE string VALUE '1.114.0' ##NO_TEXT. CLASS-METHODS http_post IMPORTING