diff --git a/CHANGELOG.md b/CHANGELOG.md index 2795a85..d83a1bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.7.1](https://github.com/apricote/Listory/compare/v1.7.0...v1.7.1) (2020-11-17) + + +### Bug Fixes + +* **helm:** add sentry options ([5ca6eba](https://github.com/apricote/Listory/commit/5ca6eba7649891e8d9e3ea06eb162ce45810b85a)) + # [1.7.0](https://github.com/apricote/Listory/compare/v1.6.1...v1.7.0) (2020-11-17) diff --git a/charts/listory/Chart.yaml b/charts/listory/Chart.yaml index 3bb93b2..647eaa5 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.7.0 +version: 1.7.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.7.0 +appVersion: 1.7.1 diff --git a/package-lock.json b/package-lock.json index 6a38a48..e68d400 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@listory/api", - "version": "1.7.0", + "version": "1.7.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 5bec707..5ce4df8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@listory/api", - "version": "1.7.0", + "version": "1.7.1", "description": "Track your Spotify Listen History", "author": { "name": "Julian Tölle",