From 46a5272196a6c2590ca2589029eed8e4d56ff008 Mon Sep 17 00:00:00 2001 From: YunLiu <55491388+KumoLiu@users.noreply.github.com> Date: Thu, 17 Oct 2024 01:10:16 +0800 Subject: [PATCH] Update release data (#8155) ### Types of changes - [x] Non-breaking change (fix or new feature that would not break existing functionality). - [ ] Breaking change (fix or new feature that would cause existing functionality to change). - [ ] New tests added to cover the changes. - [ ] Integration tests passed locally by running `./runtests.sh -f -u --net --coverage`. - [ ] Quick tests passed locally by running `./runtests.sh --quick --unittests --disttests`. - [ ] In-line docstrings updated. - [ ] Documentation updated, tested `make html` command in the `docs/` folder. Signed-off-by: YunLiu <55491388+KumoLiu@users.noreply.github.com> --- CHANGELOG.md | 2 +- CITATION.cff | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e073eac56a..ffd773727f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/). ## [Unreleased] -## [1.4.0] - 2024-10-14 +## [1.4.0] - 2024-10-17 ## What's Changed ### Added * Implemented Conjugate Gradient Solver to generate confidence maps. (#7876) diff --git a/CITATION.cff b/CITATION.cff index 3cd3d0e0b1..86b147ce84 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -6,7 +6,7 @@ title: "MONAI: Medical Open Network for AI" abstract: "AI Toolkit for Healthcare Imaging" authors: - name: "MONAI Consortium" -date-released: 2024-10-14 +date-released: 2024-10-17 version: "1.4.0" identifiers: - description: "This DOI represents all versions of MONAI, and will always resolve to the latest one."