diff --git a/.release-please-manifest.json b/.release-please-manifest.json index b5b966fb..77c0d292 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.6.0" + ".": "0.7.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 43a2e6f4..59a8cf4c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## [0.7.0](https://github.com/bihealth/reev/compare/v0.6.0...v0.7.0) (2024-02-19) + + +### Features + +* Adding constraints for multiple auth methods ([#531](https://github.com/bihealth/reev/issues/531)) ([a74cb15](https://github.com/bihealth/reev/commit/a74cb1538e74545b5f88084c0bc01874f33a2a8a)) +* Allow users to link their account with more login sources ([#185](https://github.com/bihealth/reev/issues/185)) ([#535](https://github.com/bihealth/reev/issues/535)) ([a0156ee](https://github.com/bihealth/reev/commit/a0156ee8a30290cc1e5721d505df2b508275d2ab)) + + +### Bug Fixes + +* CaseInfo loading/saving/updating functionality ([#501](https://github.com/bihealth/reev/issues/501)) ([#507](https://github.com/bihealth/reev/issues/507)) ([ad264c2](https://github.com/bihealth/reev/commit/ad264c224a6d6f083a36f5d85708c46e0b45c33e)) +* General info on douple click on Profile page ([#511](https://github.com/bihealth/reev/issues/511)) ([#528](https://github.com/bihealth/reev/issues/528)) ([d2fc78d](https://github.com/bihealth/reev/commit/d2fc78d97b54921c8ed01aa6b16e9f667473aaf1)) +* Proper naming of openid accounts ([#533](https://github.com/bihealth/reev/issues/533)) ([#534](https://github.com/bihealth/reev/issues/534)) ([20a7c2b](https://github.com/bihealth/reev/commit/20a7c2b8a29abdd3edec404029bba9db901882b5)) +* Proper redirect link for authentification callback ([#536](https://github.com/bihealth/reev/issues/536)) ([1334f80](https://github.com/bihealth/reev/commit/1334f80b295efcb0d50b10ee6a6cbec0dca12176)) +* return 404 error from witntervar edpoint ([#503](https://github.com/bihealth/reev/issues/503)) ([#504](https://github.com/bihealth/reev/issues/504)) ([b7d34af](https://github.com/bihealth/reev/commit/b7d34af0436e8e073dc605e586231fdce1953196)) + ## [0.6.0](https://github.com/bihealth/reev/compare/v0.5.0...v0.6.0) (2024-02-08) diff --git a/frontend/package.json b/frontend/package.json index 2cdcda93..4862901e 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "reev-frontend", - "version": "0.6.0", + "version": "0.7.0", "private": true, "scripts": { "dev": "vite --port 8081",