From ed952ecbf81123ef7ead8e665825bcc644026c21 Mon Sep 17 00:00:00 2001 From: Repronim Bot Date: Wed, 18 Jan 2023 21:07:31 +0000 Subject: [PATCH] Update CHANGELOG.md [skip ci] --- CHANGELOG.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 41900ad3..7e9be794 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ +# 0.9.4 (Wed Jan 18 2023) + +#### 🐛 Bug Fix + +- fix the types in --copy and --entrypoint [#500](https://github.com/ReproNim/neurodocker/pull/500) ([@kaczmarj](https://github.com/kaczmarj)) +- add long_description to setup.cfg [#465](https://github.com/ReproNim/neurodocker/pull/465) ([@kaczmarj](https://github.com/kaczmarj)) +- [FIX] add regression test for 498 [#499](https://github.com/ReproNim/neurodocker/pull/499) ([@Remi-Gau](https://github.com/Remi-Gau)) + +#### Authors: 2 + +- Jakub Kaczmarzyk ([@kaczmarj](https://github.com/kaczmarj)) +- Remi Gau ([@Remi-Gau](https://github.com/Remi-Gau)) + +--- + # 0.9.3 (Mon Jan 16 2023) #### 🐛 Bug Fix