diff --git a/Backtrace/Backtrace.csproj b/Backtrace/Backtrace.csproj
index 283a5c6..3fdbc5a 100644
--- a/Backtrace/Backtrace.csproj
+++ b/Backtrace/Backtrace.csproj
@@ -6,7 +6,7 @@
true
Backtrace Error Diagnostic Tools Debug Bug Bugs StackTrace
Backtrace Error Diagnostic Tools Debug Bug Bugs StackTrace
- 2.1.10
+ 2.1.11
Backtrace
LICENSE
https://github.com/backtrace-labs/backtrace-csharp
@@ -18,14 +18,14 @@
Backtrace's integration with C# app allows customers to catch and report handled and unhandled C# exceptions to their Backtrace instance, instantly offering the ability to prioritize and debug errors.
https://github.com/backtrace-labs/backtrace-csharp
en
- 2.1.10
+ 2.1.11
en-US
Backtrace I/O
Backtrace I/O
Backtrace I/O
Backtrace I/O
- 2.1.10.0
- 2.1.10.0
+ 2.1.11.0
+ 2.1.11.0
README.md
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 79ee670..174f6f3 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,8 +1,14 @@
# Backtrace C# Release Notes
+## Version 2.1.11 - 26.09.2024
+
+Bugfix:
+- Fixed an Exception due to unsupported `process.TotalProcessorTime` usage (#44).
+
## Version 2.1.10 - 02.07.2024
Improvements:
+
- Updated dependencies to the latest verison.
- On uncaught exception, store a report in the database rather sending it to API. If the database is not available, try sending a report to the server (#36).
- Added `application.session`, `application.version`, `backtrace.agent` and `backtrace.version` attributes.
@@ -10,9 +16,9 @@ Improvements:
- Added support for the `error.type` attribute (#42).
- Fixed the problem when the `guid` attribute value was set incorrectly (#43).
+Maintenance:
-Maintenance:
-- Removed codeql-analysis action
+- Removed codeql-analysis action
- Moved testing and building to Github action (#37, #40)
- Added a CICD pipeline for releasing a new version of libraries