diff --git a/CHANGELOG.md b/CHANGELOG.md index b3aee2c..2795a85 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.7.0](https://github.com/apricote/Listory/compare/v1.6.1...v1.7.0) (2020-11-17) + + +### Features + +* **api:** setup optional sentry error reporting ([56db4cd](https://github.com/apricote/Listory/commit/56db4cd2e1cfbbb2edb004c8b32f8bebb4789348)) + ## [1.6.1](https://github.com/apricote/Listory/compare/v1.6.0...v1.6.1) (2020-11-15) diff --git a/charts/listory/Chart.yaml b/charts/listory/Chart.yaml index 99d7665..3bb93b2 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.6.1 +version: 1.7.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.6.1 +appVersion: 1.7.0 diff --git a/package-lock.json b/package-lock.json index 2cde624..6a38a48 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@listory/api", - "version": "1.6.1", + "version": "1.7.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 4dc0c47..5bec707 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@listory/api", - "version": "1.6.1", + "version": "1.7.0", "description": "Track your Spotify Listen History", "author": { "name": "Julian Tölle",