Skip to content

Commit

Permalink
Release 2.0.5
Browse files Browse the repository at this point in the history
Bump sdk version and update Changelog
  • Loading branch information
melekr committed Jul 30, 2024
1 parent 8bbade3 commit 3465ab9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Backtrace.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
Pod::Spec.new do |s|

s.name = "Backtrace"
s.version = "2.0.4"
s.version = "2.0.5"
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."
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Backtrace Cocoa Release Notes

## Version 2.0.5
- Enables client side unwinding default setting (#134)
- Fixes Cocoapods deployment (#135)

## Version 2.0.4
- Upgrades PLCrashReporter (#122)
- Adds scoped attributes to PLCrashreport (#125)
Expand Down
2 changes: 1 addition & 1 deletion Sources/Features/Attributes/DefaultAttributes.swift
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ struct LibInfo: AttributesSource {
private static let applicationGuidKey = "backtrace.unique.user.identifier"
private static let applicationLangName = "backtrace-cocoa"

var backtraceVersion = "2.0.4"
var backtraceVersion = "2.0.5"

var immutable: [String: Any?] {
return ["guid": LibInfo.guid(store: UserDefaultsStore.self).uuidString,
Expand Down

0 comments on commit 3465ab9

Please sign in to comment.