diff --git a/CHANGELOG.md b/CHANGELOG.md
index 83f829ad..7df8e41d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -9,14 +9,14 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/).
 ### Changed
 
 - Set width for columns for Attachments table UI.
+- Scan status is mocked to `Clean` only in the development profile and otherwise set to `Unscanned`, when malware scan is disabled.
+- When malware scan is disabled, removed restriction to access uploaded attachment.
 
 ## Version 1.1.4
 
 ### Changed
 
 - Updated Node version restriction.
-- Scan status is set to `clean` in development profile and to `unscanned` in hybrid/production profile, when malware scan is disabled.
-- When malware scan is disabled, uploaded attachment can be downloaded.
 
 ## Version 1.1.3
 
diff --git a/package.json b/package.json
index 1b902a08..3f159103 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
 {
   "name": "@cap-js/attachments",
   "description": "CAP cds-plugin providing image and attachment storing out-of-the-box.",
-  "version": "1.1.4",
+  "version": "1.1.5",
   "repository": "cap-js/attachments",
   "author": "SAP SE (https://www.sap.com)",
   "homepage": "https://cap.cloud.sap/",
@@ -31,7 +31,7 @@
     "jest": "^29.7.0"
   },
   "peerDependencies": {
-    "@sap/cds": ">=8.0.0"
+    "@sap/cds": ">=7.6"
   },
   "engines": {
     "node": ">=17.0.0"