From e59add5e4490556b50e9094a82eccecfd4afe5fa Mon Sep 17 00:00:00 2001 From: deepiksSingh2711 Date: Mon, 18 May 2026 15:15:21 +0530 Subject: [PATCH 1/2] Change log for release 1.10.0 --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index dc8205b06..640ad9c7c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,16 @@ 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.10.0 + +### Added +- Support download multiple attachments + +### Fixed +- Localization for attachment reference fields +- SDM service binding and technical user detection +- File extension change during attachment rename + ## Version 1.9.0 ### Added From 176b1d25d1c5c89251268413aec469af5501d57a Mon Sep 17 00:00:00 2001 From: deepiksSingh2711 Date: Mon, 18 May 2026 18:36:57 +0530 Subject: [PATCH 2/2] addressed review comments --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 640ad9c7c..9d9708347 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,7 +11,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/). ### Fixed - Localization for attachment reference fields -- SDM service binding and technical user detection +- Service binding lookup to correctly resolve SDM bindings by tags +- Technical user detection in the delete API to align with other API implementations - File extension change during attachment rename ## Version 1.9.0