From 7fdcdbc618b143e7eb4b7d977df66cbc30274c5b Mon Sep 17 00:00:00 2001 From: Jeevitha P Date: Tue, 4 Feb 2025 11:47:47 +0530 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 26602b2d..35e775e2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,13 +4,19 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). The format is based on [Keep a Changelog](http://keepachangelog.com/). -## Version 1.1.8 +## Version 1.1.9 ### Added - **File Size Validation**: Introduced a new file size validation feature to ensure uploaded attachments comply with defined size limits. - This feature is compatible with SAPUI5 version `>= 1.131.0`. +### Fixed + +- Fixed upload attachment bug after cds `8.7.0` update. + +## Version 1.1.8 + ### Changed - Included test cases for malware scanning within development profile.