From 6ba2f01c0ad42f3e2077e2f0409bbf01f1d1626c Mon Sep 17 00:00:00 2001 From: Natasha Singh Date: Fri, 14 Aug 2020 13:37:37 -0400 Subject: [PATCH] :label: Release 0.3.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## Release 0.3.0 ### Summary - Emojis: ♻️ x1, 🐛 x2 - Categories: Other Changes x1, Fixes x2 ### New features and changes - [#109](https://github.com/kids-first/kf-ui-fhir-data-dashboard/pull/109) - ♻️ Updating old default urls to be the KF dev and QA urls - [2c31931a](https://github.com/kids-first/kf-ui-fhir-cohort-builder/commit/2c31931a916197901d26c088aceff50ab0547413) by [abgeorge7](https://github.com/abgeorge7) - [#108](https://github.com/kids-first/kf-ui-fhir-data-dashboard/pull/108) - 🐛 Remove Auth headers from request if auth is not needed - [02665f1b](https://github.com/kids-first/kf-ui-fhir-cohort-builder/commit/02665f1b7140c9a2fb2d55df432a0bdd740fdb42) by [abgeorge7](https://github.com/abgeorge7) - [#107](https://github.com/kids-first/kf-ui-fhir-data-dashboard/pull/107) - 🐛 Add missing env vars to Docker Compose - [4c66efde](https://github.com/kids-first/kf-ui-fhir-cohort-builder/commit/4c66efdec76df70a74e346831a7ab813cb587721) by [znatty22](https://github.com/znatty22) --- CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a334cf3..296f573 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Kids First FHIR Data Dashboard Change History +## Release 0.3.0 + +### Summary + +- Emojis: ♻️ x1, 🐛 x2 +- Categories: Other Changes x1, Fixes x2 + +### New features and changes + +- [#109](https://github.com/kids-first/kf-ui-fhir-data-dashboard/pull/109) - ♻️ Updating old default urls to be the KF dev and QA urls - [2c31931a](https://github.com/kids-first/kf-ui-fhir-cohort-builder/commit/2c31931a916197901d26c088aceff50ab0547413) by [abgeorge7](https://github.com/abgeorge7) +- [#108](https://github.com/kids-first/kf-ui-fhir-data-dashboard/pull/108) - 🐛 Remove Auth headers from request if auth is not needed - [02665f1b](https://github.com/kids-first/kf-ui-fhir-cohort-builder/commit/02665f1b7140c9a2fb2d55df432a0bdd740fdb42) by [abgeorge7](https://github.com/abgeorge7) +- [#107](https://github.com/kids-first/kf-ui-fhir-data-dashboard/pull/107) - 🐛 Add missing env vars to Docker Compose - [4c66efde](https://github.com/kids-first/kf-ui-fhir-cohort-builder/commit/4c66efdec76df70a74e346831a7ab813cb587721) by [znatty22](https://github.com/znatty22) + + ## Release 0.2.0 ### Summary