From 55cd1b5ff3952f662fbc79285c2b897544718689 Mon Sep 17 00:00:00 2001 From: Melek Ramki Date: Wed, 26 Jun 2024 12:19:43 -0400 Subject: [PATCH] Release 2.0.4 --- Backtrace.podspec | 2 +- CHANGELOG.md | 9 +++++++++ Sources/Features/Attributes/DefaultAttributes.swift | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/Backtrace.podspec b/Backtrace.podspec index c3b133b5..3eaf54f7 100644 --- a/Backtrace.podspec +++ b/Backtrace.podspec @@ -9,7 +9,7 @@ Pod::Spec.new do |s| s.name = "Backtrace" - s.version = "2.0.3" + s.version = "2.0.4" s.swift_version = '5' s.summary = "Backtrace's integration with iOS, macOS and tvOS" s.description = "Reliable crash and hang reporting for iOS, macOS and tvOS." diff --git a/CHANGELOG.md b/CHANGELOG.md index 7c708a7f..e409081c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Backtrace Cocoa Release Notes +## Version 2.0.4 +- Upgrades PLCrashReporter +- Adds scoped attributes to PLCrashreport +- Renames attributes and adds them as default +- Adds extension to uploaded attachment +- Standardizes system attributes +- Updates FaultMessage Attribute to return Termination Signal name +- Upgrades COCOAPODS to ver 1.15.2 + ## Version 2.0.3 - Added PrivacyInfo.xcprivacy diff --git a/Sources/Features/Attributes/DefaultAttributes.swift b/Sources/Features/Attributes/DefaultAttributes.swift index 6f5ba16b..92560bab 100644 --- a/Sources/Features/Attributes/DefaultAttributes.swift +++ b/Sources/Features/Attributes/DefaultAttributes.swift @@ -211,7 +211,7 @@ struct LibInfo: AttributesSource { private static let applicationGuidKey = "backtrace.unique.user.identifier" private static let applicationLangName = "backtrace-cocoa" - var backtraceVersion = "2.0.3" + var backtraceVersion = "2.0.4" var immutable: [String: Any?] { return ["guid": LibInfo.guid(store: UserDefaultsStore.self).uuidString,