diff --git a/changelog.txt b/changelog.txt index e0d07347f..fc3d93647 100644 --- a/changelog.txt +++ b/changelog.txt @@ -8,6 +8,33 @@ Legend + : added - : removed +2023-03-03 v1.122.0 +------------------- + ++ Better pull dialog, Screen status (#6093) ++ Improve visualization of tags (#6098) ++ Visualize when experimental features are enabled (#6050) ++ Enhance login popup (#6022) ++ New user-exit for validating before pushing into remote (#6013) +* Fix ITAB_DUPLICATE_KEY dump during deserialize (#6121) +* PROG: assign authorization group during report creation (#6117) +* CLAS: Fix error when changing redefinitions (#6102) +* Fix tag deletion (#6095) +* Fix zip diff command visibility (#6087) +* CUS0/CUS0 add SORT to avoid diffs (#6088) +* SHIx: Fix application component hierarchy issues (#6065) +* Prevent dump if too many requests are selected (#6064) +* Fix hotkeys repo list (#6062) +* Fix error handling in "Stage by Transport" (#6060) +* Fix highlighting in case of back quotes (#6059) +* Escape output for plain text highlighter (#6058) +* TABL: Fix activation of secondary indexes (#6055) +* Fix hotkeys in repo view (#6054) +* CLAS: Fix recording of changes in transport (#6047) +* SFBF, SFBS, SFSW: Major bug fixes (#6020) +* Data: clear in case of errors (#6014) +* Delete, fix dump (#6011) + 2023-01-25 v1.121.0 ------------------- diff --git a/src/zif_abapgit_version.intf.abap b/src/zif_abapgit_version.intf.abap index 51b7809e2..f13da4f80 100644 --- a/src/zif_abapgit_version.intf.abap +++ b/src/zif_abapgit_version.intf.abap @@ -2,6 +2,6 @@ INTERFACE zif_abapgit_version PUBLIC . CONSTANTS c_xml_version TYPE string VALUE 'v1.0.0' ##NO_TEXT. - CONSTANTS c_abap_version TYPE string VALUE '1.121.0' ##NO_TEXT. + CONSTANTS c_abap_version TYPE string VALUE '1.122.0' ##NO_TEXT. ENDINTERFACE.