From c0f466669fbd2c5b4b459766f3534e2a01f34d0b Mon Sep 17 00:00:00 2001
From: melekr <melekramki@gmail.com>
Date: Mon, 7 Oct 2024 15:45:56 -0400
Subject: [PATCH] Bump sdk version and update Changelog

---
 Backtrace.podspec                                   | 2 +-
 Backtrace.xcodeproj/project.pbxproj                 | 4 ++--
 CHANGELOG.md                                        | 3 +++
 Sources/Features/Attributes/DefaultAttributes.swift | 2 +-
 4 files changed, 7 insertions(+), 4 deletions(-)

diff --git a/Backtrace.podspec b/Backtrace.podspec
index 313c5ab7..60aca3db 100644
--- a/Backtrace.podspec
+++ b/Backtrace.podspec
@@ -9,7 +9,7 @@
 Pod::Spec.new do |s|
 
   s.name         = "Backtrace"
-  s.version      = "2.0.6"
+  s.version      = "2.0.7"
   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/Backtrace.xcodeproj/project.pbxproj b/Backtrace.xcodeproj/project.pbxproj
index 909abff7..5e82353f 100644
--- a/Backtrace.xcodeproj/project.pbxproj
+++ b/Backtrace.xcodeproj/project.pbxproj
@@ -3414,7 +3414,7 @@
 				DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
 				IPHONEOS_DEPLOYMENT_TARGET = 12.0;
 				MACOSX_DEPLOYMENT_TARGET = 10.13;
-				MARKETING_VERSION = 2.0.6;
+				MARKETING_VERSION = 2.0.7;
 				STRIP_STYLE = debugging;
 				STRIP_SWIFT_SYMBOLS = NO;
 				SWIFT_VERSION = 5.0;
@@ -3428,7 +3428,7 @@
 				DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
 				IPHONEOS_DEPLOYMENT_TARGET = 12.0;
 				MACOSX_DEPLOYMENT_TARGET = 10.13;
-				MARKETING_VERSION = 2.0.6;
+				MARKETING_VERSION = 2.0.7;
 				STRIP_STYLE = debugging;
 				STRIP_SWIFT_SYMBOLS = NO;
 				SWIFT_VERSION = 5.0;
diff --git a/CHANGELOG.md b/CHANGELOG.md
index da0b8cb0..42c658f7 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,8 @@
 # Backtrace Cocoa Release Notes
 
+## Version 2.0.7
+- Adds explicit BacktraceResources-Info.plist
+
 ## Version 2.0.6
 - Distributes XCFramework (#136)
 - Adds Mac catalyst support (#139)
diff --git a/Sources/Features/Attributes/DefaultAttributes.swift b/Sources/Features/Attributes/DefaultAttributes.swift
index 60ff963a..8c3fbbd3 100644
--- a/Sources/Features/Attributes/DefaultAttributes.swift
+++ b/Sources/Features/Attributes/DefaultAttributes.swift
@@ -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.6"
+    var backtraceVersion = "2.0.7"
     
     var immutable: [String: Any?] {
         return ["guid": LibInfo.guid(store: UserDefaultsStore.self).uuidString,