diff --git a/CHANGELOG.md b/CHANGELOG.md index eb2ffeea..2245ff3a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [8.3.1](https://github.com/ChristophWurst/nextcloud_sentry/compare/v8.3.0...v8.3.1) (2022-12-19) + + +### Bug Fixes + +* Fix error breadcrump type for warnings, info and debug ([ebb5382](https://github.com/ChristophWurst/nextcloud_sentry/commit/ebb5382cccc4c2eab13599ec56fd19206d588229)) + + + # [8.3.0](https://github.com/ChristophWurst/nextcloud_sentry/compare/v8.1.1...v8.3.0) (2022-12-19) diff --git a/appinfo/info.xml b/appinfo/info.xml index f4c6518d..0c98dfbe 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -5,7 +5,7 @@ Sentry Sentry client A Sentry integration that sends unhandled exceptions to a Sentry instance to aggregate application crashes. You either have to set up your own Sentry instance or use your sentry.io account. See the admin documentation for how to configure this app. - 8.3.0 + 8.3.1 agpl Christoph Wurst Morris Jobke diff --git a/package.json b/package.json index 7fb580cb..046314a2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nextcloud_sentry", - "version": "8.3.0", + "version": "8.3.1", "description": "Sentry integration for Nextcloud", "main": "init.js", "directories": {