diff --git a/CHANGELOG.md b/CHANGELOG.md index 71f9f18..0373248 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.16.4](https://github.com/apricote/Listory/compare/v1.16.3...v1.16.4) (2022-06-23) + + +### Bug Fixes + +* **api:** send trace context to sentry ([8d9e990](https://github.com/apricote/Listory/commit/8d9e99039c40d8b447315701f4d04a229db254b2)) + ## [1.16.3](https://github.com/apricote/Listory/compare/v1.16.2...v1.16.3) (2022-06-19) diff --git a/charts/listory/Chart.yaml b/charts/listory/Chart.yaml index c209f39..1a14173 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.16.3 +version: 1.16.4 # 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.16.3 +appVersion: 1.16.4 diff --git a/package-lock.json b/package-lock.json index ea7b84b..bd1b986 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@listory/api", - "version": "1.16.3", + "version": "1.16.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@listory/api", - "version": "1.16.3", + "version": "1.16.4", "license": "MIT", "dependencies": { "@hapi/joi": "17.1.1", diff --git a/package.json b/package.json index 744c465..e89321a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@listory/api", - "version": "1.16.3", + "version": "1.16.4", "description": "Track your Spotify Listen History", "author": { "name": "Julian Tölle",