diff --git a/CHANGELOG.md b/CHANGELOG.md index 7c283d3b2..e3713b4f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.27.0](https://github.com/apricote/Listory/compare/v1.26.2...v1.27.0) (2023-09-16) + + +### Features + +* improve listens report response time ([89440da](https://github.com/apricote/Listory/commit/89440daf7ba38ff97fabd19cf3a9d11ab21efb45)) + ## [1.26.2](https://github.com/apricote/Listory/compare/v1.26.1...v1.26.2) (2023-09-10) diff --git a/charts/listory/Chart.yaml b/charts/listory/Chart.yaml index d209b8088..0dc3804cf 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.26.2 +version: 1.27.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.26.2 +appVersion: 1.27.0 diff --git a/docker-compose.prod.yml b/docker-compose.prod.yml index f27145b04..658faf54e 100644 --- a/docker-compose.prod.yml +++ b/docker-compose.prod.yml @@ -18,7 +18,7 @@ services: - db api: - image: apricote/listory:1.26.2 + image: apricote/listory:1.27.0 restart: unless-stopped environment: DB_HOST: db diff --git a/package-lock.json b/package-lock.json index 2072ea3df..825e421b3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@listory/api", - "version": "1.26.2", + "version": "1.27.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@listory/api", - "version": "1.26.2", + "version": "1.27.0", "license": "MIT", "dependencies": { "@apricote/nest-pg-boss": "2.1.0", diff --git a/package.json b/package.json index 30e402224..325e39ceb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@listory/api", - "version": "1.26.2", + "version": "1.27.0", "description": "Track your Spotify Listen History", "author": { "name": "Julian Tölle",