diff --git a/CHANGELOG.md b/CHANGELOG.md index 8dba651..71f9f18 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [1.16.3](https://github.com/apricote/Listory/compare/v1.16.2...v1.16.3) (2022-06-19) + + +### Bug Fixes + +* **api:** improve performance of all time listens report ([99a4593](https://github.com/apricote/Listory/commit/99a4593774b648ac3b76389c51523ceadf0898aa)) +* **api:** missing await ([fd3fc6b](https://github.com/apricote/Listory/commit/fd3fc6b159343a7a8ec1d832786efe3a980a01eb)) + ## [1.16.2](https://github.com/apricote/Listory/compare/v1.16.1...v1.16.2) (2022-06-19) diff --git a/charts/listory/Chart.yaml b/charts/listory/Chart.yaml index ef61821..c209f39 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.16.2 +version: 1.16.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.16.2 +appVersion: 1.16.3 diff --git a/package-lock.json b/package-lock.json index b7223a8..cb251e3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@listory/api", - "version": "1.16.2", + "version": "1.16.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@listory/api", - "version": "1.16.2", + "version": "1.16.3", "license": "MIT", "dependencies": { "@hapi/joi": "17.1.1", diff --git a/package.json b/package.json index 181247d..f295d67 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@listory/api", - "version": "1.16.2", + "version": "1.16.3", "description": "Track your Spotify Listen History", "author": { "name": "Julian Tölle",