From 070d4996f4970ae0052d81fd96e088602c594272 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 2 Apr 2023 12:07:24 +0000 Subject: [PATCH] chore(release): 1.24.0 [skip ci] # [1.24.0](https://github.com/apricote/Listory/compare/v1.23.3...v1.24.0) (2023-04-02) ### Features * add arm64 image [#265](https://github.com/apricote/Listory/issues/265) ([fc50d38](https://github.com/apricote/Listory/commit/fc50d3853537a439349ee2db30f33906b6f5e486)) --- CHANGELOG.md | 7 +++++++ charts/listory/Chart.yaml | 4 ++-- docker-compose.prod.yml | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 5 files changed, 13 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 11935ce..4e882d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.24.0](https://github.com/apricote/Listory/compare/v1.23.3...v1.24.0) (2023-04-02) + + +### Features + +* add arm64 image [#265](https://github.com/apricote/Listory/issues/265) ([fc50d38](https://github.com/apricote/Listory/commit/fc50d3853537a439349ee2db30f33906b6f5e486)) + ## [1.23.3](https://github.com/apricote/Listory/compare/v1.23.2...v1.23.3) (2023-03-19) diff --git a/charts/listory/Chart.yaml b/charts/listory/Chart.yaml index 092ed6b..25580bd 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.23.3 +version: 1.24.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.23.3 +appVersion: 1.24.0 diff --git a/docker-compose.prod.yml b/docker-compose.prod.yml index 87466c8..ffd0895 100644 --- a/docker-compose.prod.yml +++ b/docker-compose.prod.yml @@ -18,7 +18,7 @@ services: - db api: - image: apricote/listory:1.23.3 + image: apricote/listory:1.24.0 restart: unless-stopped environment: DB_HOST: db diff --git a/package-lock.json b/package-lock.json index 9d65e84..c4a044e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@listory/api", - "version": "1.23.3", + "version": "1.24.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@listory/api", - "version": "1.23.3", + "version": "1.24.0", "license": "MIT", "dependencies": { "@apricote/nest-pg-boss": "1.0.0", diff --git a/package.json b/package.json index 00b0db1..b600a42 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@listory/api", - "version": "1.23.3", + "version": "1.24.0", "description": "Track your Spotify Listen History", "author": { "name": "Julian Tölle",