diff --git a/.cz.yaml b/.cz.yaml index 195638d..6e999f3 100644 --- a/.cz.yaml +++ b/.cz.yaml @@ -4,5 +4,5 @@ commitizen: name: cz_conventional_commits tag_format: $version update_changelog_on_bump: true - version: 0.7.0 + version: 0.8.0 version_scheme: semver diff --git a/CHANGELOG.md b/CHANGELOG.md index 30cecd4..1f11167 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +## 0.8.0 (2024-05-11) + +### Feat + +- **Design/Navbar**: move logout button to tooltip on user avatar hover +- **navigation**: add a copy current url button to navbar for ease of sharing +- **Design**: navigation rail redisign + +### Fix + +- **ReleasePlayer**: fixed fullscreen view + ## 0.7.0 (2024-05-01) ### Feat