diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e882d0..270aab5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.24.1](https://github.com/apricote/Listory/compare/v1.24.0...v1.24.1) (2023-04-02) + + +### Bug Fixes + +* broken release pipeline on docker push ([30e8cbf](https://github.com/apricote/Listory/commit/30e8cbf250bd299706295220a95b41561608783a)) + # [1.24.0](https://github.com/apricote/Listory/compare/v1.23.3...v1.24.0) (2023-04-02) diff --git a/charts/listory/Chart.yaml b/charts/listory/Chart.yaml index 25580bd..5d4d147 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.0 +version: 1.24.1 # 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.0 +appVersion: 1.24.1 diff --git a/docker-compose.prod.yml b/docker-compose.prod.yml index ffd0895..75a07b7 100644 --- a/docker-compose.prod.yml +++ b/docker-compose.prod.yml @@ -18,7 +18,7 @@ services: - db api: - image: apricote/listory:1.24.0 + image: apricote/listory:1.24.1 restart: unless-stopped environment: DB_HOST: db diff --git a/package-lock.json b/package-lock.json index c4a044e..b2e4bc6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@listory/api", - "version": "1.24.0", + "version": "1.24.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@listory/api", - "version": "1.24.0", + "version": "1.24.1", "license": "MIT", "dependencies": { "@apricote/nest-pg-boss": "1.0.0", diff --git a/package.json b/package.json index b600a42..4b3397c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@listory/api", - "version": "1.24.0", + "version": "1.24.1", "description": "Track your Spotify Listen History", "author": { "name": "Julian Tölle",