diff --git a/CHANGELOG.md b/CHANGELOG.md index 304dc2e..33c3490 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,31 @@ +# v0.2.0 (Thu Dec 14 2023) + +#### 🚀 Enhancement + +- [MODEL] Update data model to include longitudinal pheno data when sessions exist in TSV [#250](https://github.com/neurobagel/bagel-cli/pull/250) ([@alyssadai](https://github.com/alyssadai) [@surchs](https://github.com/surchs) [@pre-commit-ci[bot]](https://github.com/pre-commit-ci[bot])) + +#### 🐛 Bug Fix + +- [CI] give auto-release permissions to launch build [#255](https://github.com/neurobagel/bagel-cli/pull/255) ([@surchs](https://github.com/surchs)) +- [CI] Add Codecov to test workflow [#254](https://github.com/neurobagel/bagel-cli/pull/254) ([@alyssadai](https://github.com/alyssadai)) +- [TST] Added a test to ensure correct labelling of phenotypic sessions [#251](https://github.com/neurobagel/bagel-cli/pull/251) ([@sam-gregz](https://github.com/sam-gregz)) +- Bump actions/setup-python from 4 to 5 [#246](https://github.com/neurobagel/bagel-cli/pull/246) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- [CI] Update .autorc to release with release label [#248](https://github.com/neurobagel/bagel-cli/pull/248) ([@alyssadai](https://github.com/alyssadai) [@surchs](https://github.com/surchs) [@pre-commit-ci[bot]](https://github.com/pre-commit-ci[bot])) +- Bump actions/stale from 8 to 9 [#245](https://github.com/neurobagel/bagel-cli/pull/245) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- Bump neurobagel_examples from `f1b00e5` to `94282f1` [#249](https://github.com/neurobagel/bagel-cli/pull/249) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- [MNT] Update the neurobagel examples [#247](https://github.com/neurobagel/bagel-cli/pull/247) ([@surchs](https://github.com/surchs)) +- Delete .github/workflows/add_pr2project.yml [#244](https://github.com/neurobagel/bagel-cli/pull/244) ([@surchs](https://github.com/surchs)) + +#### Authors: 5 + +- [@dependabot[bot]](https://github.com/dependabot[bot]) +- [@pre-commit-ci[bot]](https://github.com/pre-commit-ci[bot]) +- [@sam-gregz](https://github.com/sam-gregz) +- Alyssa Dai ([@alyssadai](https://github.com/alyssadai)) +- Sebastian Urchs ([@surchs](https://github.com/surchs)) + +--- + # v0.1.3 (Tue Dec 12 2023) #### 🐛 Bug Fix