diff --git a/CHANGELOG.md b/CHANGELOG.md index b2dde35..c9e4fff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.13.0](https://github.com/apricote/Listory/compare/v1.12.0...v1.13.0) (2021-05-25) + + +### Features + +* **server:** save genres for artists and albums ([3c6f328](https://github.com/apricote/Listory/commit/3c6f3289f1606865d9d869528c924c15321cc9a0)) + # [1.12.0](https://github.com/apricote/Listory/compare/v1.11.1...v1.12.0) (2021-05-24) diff --git a/charts/listory/Chart.yaml b/charts/listory/Chart.yaml index 864b969..3064c20 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.12.0 +version: 1.13.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.12.0 +appVersion: 1.13.0 diff --git a/package-lock.json b/package-lock.json index 7164660..12342c5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@listory/api", - "version": "1.12.0", + "version": "1.13.0", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index 60ebf4f..2e31485 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@listory/api", - "version": "1.12.0", + "version": "1.13.0", "description": "Track your Spotify Listen History", "author": { "name": "Julian Tölle",