diff --git a/CHANGELOG.md b/CHANGELOG.md index bc600b6..7ec5fd0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +# [1.15.0](https://github.com/apricote/Listory/compare/v1.14.2...v1.15.0) (2022-06-11) + + +### Bug Fixes + +* **ci:** ignore failing peer resolution ([5409b98](https://github.com/apricote/Listory/commit/5409b98da1018f08e8a1196e2203dd86079982f7)) +* **health:** remove faulty health check to spotify-auth ([7de5e14](https://github.com/apricote/Listory/commit/7de5e14d4ecb8000481d98f8a4b0f2ee03e39a5b)) +* **health:** use not-deprecated sentry context ([f06b93e](https://github.com/apricote/Listory/commit/f06b93efbecfb29d36012c5694f23fc8ae53f22e)) + + +### Features + +* **api:** configurable max pool connections ([ee5bd41](https://github.com/apricote/Listory/commit/ee5bd41a372d32fb0fa53a394ad7343123aec382)) + ## [1.14.2](https://github.com/apricote/Listory/compare/v1.14.1...v1.14.2) (2022-06-11) diff --git a/charts/listory/Chart.yaml b/charts/listory/Chart.yaml index a692833..5dd0d9d 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.14.2 +version: 1.15.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.14.2 +appVersion: 1.15.0 diff --git a/package-lock.json b/package-lock.json index 5c01c82..f27e715 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@listory/api", - "version": "1.14.2", + "version": "1.15.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@listory/api", - "version": "1.14.2", + "version": "1.15.0", "license": "MIT", "dependencies": { "@digikare/nestjs-prom": "1.0.0", diff --git a/package.json b/package.json index ea5b969..75c3004 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@listory/api", - "version": "1.14.2", + "version": "1.15.0", "description": "Track your Spotify Listen History", "author": { "name": "Julian Tölle",