diff --git a/CHANGELOG.md b/CHANGELOG.md index 7132210..3524ba2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.7.3](https://github.com/apricote/Listory/compare/v1.7.2...v1.7.3) (2020-11-18) + + +### Bug Fixes + +* **api:** exception after refreshing spotify access token ([49b31e8](https://github.com/apricote/Listory/commit/49b31e8e6299148685cb2381cb43cd1c8a62dbb4)) + ## [1.7.2](https://github.com/apricote/Listory/compare/v1.7.1...v1.7.2) (2020-11-18) diff --git a/charts/listory/Chart.yaml b/charts/listory/Chart.yaml index 65606f4..313f064 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.7.2 +version: 1.7.3 # 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.7.2 +appVersion: 1.7.3 diff --git a/package-lock.json b/package-lock.json index bab55c7..ee37172 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@listory/api", - "version": "1.7.2", + "version": "1.7.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 69530fe..d1a6d09 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@listory/api", - "version": "1.7.2", + "version": "1.7.3", "description": "Track your Spotify Listen History", "author": { "name": "Julian Tölle",