diff --git a/CHANGELOG.md b/CHANGELOG.md index a34f0ac..a773479 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.25.0](https://github.com/apricote/Listory/compare/v1.24.2...v1.25.0) (2023-04-03) + + +### Features + +* optimize dockerfile for multi-platform ([7c0966d](https://github.com/apricote/Listory/commit/7c0966d5ae9c6225cf7a14a426c526ad94ea8280)) + ## [1.24.2](https://github.com/apricote/Listory/compare/v1.24.1...v1.24.2) (2023-04-02) diff --git a/charts/listory/Chart.yaml b/charts/listory/Chart.yaml index d2638c8..b4b9e8b 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.24.2 +version: 1.25.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.24.2 +appVersion: 1.25.0 diff --git a/docker-compose.prod.yml b/docker-compose.prod.yml index 6189d3f..0ad30ed 100644 --- a/docker-compose.prod.yml +++ b/docker-compose.prod.yml @@ -18,7 +18,7 @@ services: - db api: - image: apricote/listory:1.24.2 + image: apricote/listory:1.25.0 restart: unless-stopped environment: DB_HOST: db diff --git a/package-lock.json b/package-lock.json index ef97254..0e1f006 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@listory/api", - "version": "1.24.2", + "version": "1.25.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@listory/api", - "version": "1.24.2", + "version": "1.25.0", "license": "MIT", "dependencies": { "@apricote/nest-pg-boss": "1.0.0", diff --git a/package.json b/package.json index 0c8a905..6463297 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@listory/api", - "version": "1.24.2", + "version": "1.25.0", "description": "Track your Spotify Listen History", "author": { "name": "Julian Tölle",