From 16a7bf9217022df4464b0266a92b5338f1410a80 Mon Sep 17 00:00:00 2001 From: auto Date: Thu, 2 May 2024 02:50:42 +0000 Subject: [PATCH] Update CHANGELOG.md [skip ci] --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 84c24155..7b286b49 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +# v1.1.1 (Thu May 02 2024) + +#### 🐛 Bug Fix + +- Handle cases where dates/times in DICOM are empty strings, not Nones (e.g. after some anonymization) [#756](https://github.com/nipy/heudiconv/pull/756) ([@jennan](https://github.com/jennan) [@yarikoptic](https://github.com/yarikoptic)) + +#### Authors: 2 + +- Maxime Rio ([@jennan](https://github.com/jennan)) +- Yaroslav Halchenko ([@yarikoptic](https://github.com/yarikoptic)) + +--- + # v1.1.0 (Wed Feb 28 2024) #### 🚀 Enhancement