diff --git a/docs/runtime_suite/o3-dicom-service/changelog.md b/docs/runtime_suite/o3-dicom-service/changelog.md index 1d67466489..6e4ea66a67 100644 --- a/docs/runtime_suite/o3-dicom-service/changelog.md +++ b/docs/runtime_suite/o3-dicom-service/changelog.md @@ -15,6 +15,14 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.1.5] 2024-08-30 + +- Update Node.js to v20 and CI/CD pipeline + +### Fixed + +- Add SQL injection mitigation on `GET /exams` endpoint + ## [0.1.4] 2024-06-20 ## Changed