diff --git a/CHANGELOG.md b/CHANGELOG.md index b2dfc8cd9..6abbd8cb4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.28.2](https://github.com/apricote/Listory/compare/v1.28.1...v1.28.2) (2023-09-18) + + +### Bug Fixes + +* slow query taking up 66% of db time ([#298](https://github.com/apricote/Listory/issues/298)) ([625db7d](https://github.com/apricote/Listory/commit/625db7dbe71a7315921562bfab82420c04aa6c17)) + ## [1.28.1](https://github.com/apricote/Listory/compare/v1.28.0...v1.28.1) (2023-09-16) diff --git a/charts/listory/Chart.yaml b/charts/listory/Chart.yaml index be4e782ec..3b9d15bcd 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.28.1 +version: 1.28.2 # 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.28.1 +appVersion: 1.28.2 diff --git a/docker-compose.prod.yml b/docker-compose.prod.yml index dfe2e0a70..fcb97f2ad 100644 --- a/docker-compose.prod.yml +++ b/docker-compose.prod.yml @@ -18,7 +18,7 @@ services: - db api: - image: apricote/listory:1.28.1 + image: apricote/listory:1.28.2 restart: unless-stopped environment: DB_HOST: db diff --git a/package-lock.json b/package-lock.json index 22c05064c..ca9f94c69 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@listory/api", - "version": "1.28.1", + "version": "1.28.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@listory/api", - "version": "1.28.1", + "version": "1.28.2", "license": "MIT", "dependencies": { "@apricote/nest-pg-boss": "2.1.0", diff --git a/package.json b/package.json index 86e8a7555..1e1edd9f4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@listory/api", - "version": "1.28.1", + "version": "1.28.2", "description": "Track your Spotify Listen History", "author": { "name": "Julian Tölle",