diff --git a/CHANGELOG.md b/CHANGELOG.md index 72afb7d..b135505 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [8.12.2](https://github.com/ChristophWurst/nextcloud_sentry/compare/v8.12.1...v8.12.2) (2024-11-04) + + +### Bug Fixes + +* **deps:** update dependency php-http/curl-client to ^2.3.3 ([#694](https://github.com/ChristophWurst/nextcloud_sentry/issues/694)) ([5a6145c](https://github.com/ChristophWurst/nextcloud_sentry/commit/5a6145c33806ea2062488c06c9e1779f91098538)) + + + ## [8.12.1](https://github.com/ChristophWurst/nextcloud_sentry/compare/v8.12.0...v8.12.1) (2024-10-28) diff --git a/appinfo/info.xml b/appinfo/info.xml index b44cc98..608c644 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.12.1 + 8.12.2 agpl Christoph Wurst Morris Jobke diff --git a/package-lock.json b/package-lock.json index c9b4c45..d5f351b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "nextcloud_sentry", - "version": "8.12.1", + "version": "8.12.2", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index 814d835..a8671ab 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nextcloud_sentry", - "version": "8.12.1", + "version": "8.12.2", "description": "Sentry integration for Nextcloud", "main": "init.js", "directories": {