diff --git a/CHANGELOG.md b/CHANGELOG.md index e330ebb..b231778 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +# [1.11.0](https://github.com/apricote/Listory/compare/v1.10.1...v1.11.0) (2021-05-22) + + +### Features + +* **frontend:** add visual indicator to top lists ([8377b2f](https://github.com/apricote/Listory/commit/8377b2f6d0a966a44b5182f16c0a96fd43245efe)) +* add top tracks report ([51fd78f](https://github.com/apricote/Listory/commit/51fd78f6d916eb26581745a0ce4109d9136b8084)) + ## [1.10.1](https://github.com/apricote/Listory/compare/v1.10.0...v1.10.1) (2021-05-20) diff --git a/charts/listory/Chart.yaml b/charts/listory/Chart.yaml index d271ff9..9fbad5f 100644 --- a/charts/listory/Chart.yaml +++ b/charts/listory/Chart.yaml @@ -14,8 +14,8 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. -version: 1.10.1 +version: 1.11.0 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. -appVersion: 1.10.1 +appVersion: 1.11.0 diff --git a/package-lock.json b/package-lock.json index 3f15858..3a0133c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@listory/api", - "version": "1.10.1", + "version": "1.11.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index de59621..503dc2f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@listory/api", - "version": "1.10.1", + "version": "1.11.0", "description": "Track your Spotify Listen History", "author": { "name": "Julian Tölle",