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..54f394ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Backtrace Cocoa Release Notes +## Version 2.0.4 +- Upgrades PLCrashReporter (#122) +- Adds scoped attributes to PLCrashreport (#125) +- Adds extension to uploaded attachment (#126) +- Renames attributes and adds them as default (#127) +- Standardizes system attributes (#128) +- Updates FaultMessage Attribute to return Termination Signal name (#129) +- Upgrades COCOAPODS to ver 1.15.2 (#129) + ## 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,