From 1e2dcdf0e6982e6dd445f6efdabcbb4750277704 Mon Sep 17 00:00:00 2001 From: Chef Bot Date: Thu, 7 Dec 2023 22:39:16 +0000 Subject: [PATCH] Update CHANGELOG.md [skip ci] --- CHANGELOG.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..fc2d6f5 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,19 @@ +# v0.1.2 (Thu Dec 07 2023) + +#### 🐛 Bug Fix + +- [CI] Added `release` workflow [#243](https://github.com/neurobagel/bagel-cli/pull/243) ([@rmanaem](https://github.com/rmanaem)) +- [DOC] Added link to official docs [#237](https://github.com/neurobagel/bagel-cli/pull/237) ([@surchs](https://github.com/surchs)) +- Bump bids-examples from `e073115` to `b6e5234` [#232](https://github.com/neurobagel/bagel-cli/pull/232) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- [ENH] Change assessment tool availability heuristic to `any()` [#234](https://github.com/neurobagel/bagel-cli/pull/234) ([@alyssadai](https://github.com/alyssadai)) + +#### 🏠 Internal + +- [CI] Update image tag for default build + add wf to build on release [#242](https://github.com/neurobagel/bagel-cli/pull/242) ([@alyssadai](https://github.com/alyssadai)) + +#### Authors: 4 + +- [@dependabot[bot]](https://github.com/dependabot[bot]) +- Alyssa Dai ([@alyssadai](https://github.com/alyssadai)) +- Arman Jahanpour ([@rmanaem](https://github.com/rmanaem)) +- Sebastian Urchs ([@surchs](https://github.com/surchs))