diff --git a/.abapgit.xml b/.abapgit.xml
index 1fc9af8..1d1eea1 100644
--- a/.abapgit.xml
+++ b/.abapgit.xml
@@ -15,7 +15,7 @@
/MBTOOLS/CL_TOOL_BC_CL=>C_TOOL-VERSION
mbt-command-field
- 1.4.1
+ 1.4.2
The world's first enhancement for the SAP GUI command field
/MBTOOLS/BC-CL
/MBTOOLS/MBT_COMMAND_FIELD_TN
diff --git a/CHANGELOG.md b/CHANGELOG.md
index ac37495..8b79e56 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -8,6 +8,13 @@ and [ISO Date Format](https://www.iso.org/iso-8601-date-and-time-format.html).
## [Unreleased]
+## Version [1.4.2] - 2024-04-07
+
+### Fixed
+
+- Replace POPUP_GET_VALUES
+- Fix error messages for CALC command
+
## Version [1.4.1] - 2024-02-15
### Changed
@@ -73,7 +80,8 @@ Launch Release
Initial Release. For details, seeĀ [Features](https://marcbernardtools.com/docs/mbt-command-field/features).
-[Unreleased]: https://github.com/Marc-Bernard-Tools/MBT-Command-Field/compare/1.4.1...main
+[Unreleased]: https://github.com/Marc-Bernard-Tools/MBT-Command-Field/compare/1.4.2...main
+[1.4.2]: https://github.com/Marc-Bernard-Tools/MBT-Command-Field/compare/1.4.1...1.4.2
[1.4.1]: https://github.com/Marc-Bernard-Tools/MBT-Command-Field/compare/1.4.0...1.4.1
[1.4.0]: https://github.com/Marc-Bernard-Tools/MBT-Command-Field/compare/1.3.1...1.4.0
[1.3.1]: https://github.com/Marc-Bernard-Tools/MBT-Command-Field/compare/1.3.0...1.3.1
diff --git a/src/#mbtools#cl_tool_bc_cl.clas.abap b/src/#mbtools#cl_tool_bc_cl.clas.abap
index b46b332..0925563 100644
--- a/src/#mbtools#cl_tool_bc_cl.clas.abap
+++ b/src/#mbtools#cl_tool_bc_cl.clas.abap
@@ -15,7 +15,7 @@ CLASS /mbtools/cl_tool_bc_cl DEFINITION
CONSTANTS:
BEGIN OF c_tool,
- version TYPE string VALUE '1.4.1' ##NO_TEXT,
+ version TYPE string VALUE '1.4.2' ##NO_TEXT,
title TYPE string VALUE 'MBT Command Field' ##NO_TEXT,
description TYPE string
VALUE `The world's first enhancement for the SAP GUI command field` ##NO_TEXT,