diff --git a/CHANGELOG.md b/CHANGELOG.md index 54108edf7..78ccf69ab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## [0.2.0](https://github.com/bihealth/reev/compare/v0.1.0...v0.2.0) (2023-11-06) + + +### Features + +* Allow user to store case information with their account ([#94](https://github.com/bihealth/reev/issues/94), [#179](https://github.com/bihealth/reev/issues/179)) ([#178](https://github.com/bihealth/reev/issues/178)) ([3301d74](https://github.com/bihealth/reev/commit/3301d74c1e92e64fd652a41b2946d50027749bcf)) +* Allow users to bookmark variants and genes ([#95](https://github.com/bihealth/reev/issues/95)) ([#173](https://github.com/bihealth/reev/issues/173)) ([162ae13](https://github.com/bihealth/reev/commit/162ae1399726e74474d16181d7b709d2bba64bc6)) +* Case specific data functionality ([#93](https://github.com/bihealth/reev/issues/93)) ([#175](https://github.com/bihealth/reev/issues/175)) ([247d9b1](https://github.com/bihealth/reev/commit/247d9b16cb2892cc806b32e034868f6c4e370f19)) +* Integration of Matomo ([#43](https://github.com/bihealth/reev/issues/43)) ([#180](https://github.com/bihealth/reev/issues/180)) ([0bf5869](https://github.com/bihealth/reev/commit/0bf5869dc72670869f183d860aed8512ff3a05bf)) +* Switch to vuetify cards for ui ([#165](https://github.com/bihealth/reev/issues/165)) ([#171](https://github.com/bihealth/reev/issues/171)) ([a7e2853](https://github.com/bihealth/reev/commit/a7e285314bf0e9d9a1195c37527e9501d6628155)) +* towards complete integration of OrcID setup ([#96](https://github.com/bihealth/reev/issues/96)) ([#176](https://github.com/bihealth/reev/issues/176)) ([3bef5e9](https://github.com/bihealth/reev/commit/3bef5e9622dab2f363d016dbc1ccb526e77b9ff5)) + + +### Bug Fixes + +* Proper matomo url ([#183](https://github.com/bihealth/reev/issues/183)) ([#186](https://github.com/bihealth/reev/issues/186)) ([9de2ffd](https://github.com/bihealth/reev/commit/9de2ffd477a4a1caa48a00fe1f0916a4fe157515)) +* vue-matomo module declaration ([#182](https://github.com/bihealth/reev/issues/182)) ([21f292f](https://github.com/bihealth/reev/commit/21f292fe5d135bc86023814ad19fab1b92c2da96)) + ## [0.1.0](https://github.com/bihealth/reev/compare/v0.0.0...v0.1.0) (2023-10-19)