We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fcf032 commit 5f5b967Copy full SHA for 5f5b967
Backtrace.podspec
@@ -9,7 +9,7 @@
9
Pod::Spec.new do |s|
10
11
s.name = "Backtrace"
12
- s.version = "1.7.4"
+ s.version = "1.7.5"
13
s.summary = "Backtrace's integration with iOS, macOS and tvOS"
14
s.description = "Reliable crash and hang reporting for iOS, macOS and tvOS."
15
s.homepage = "https://backtrace.io/"
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Backtrace Cocoa Release Notes
2
3
+## Version 1.7.5
4
+- Fixed error.message values persists across multiple reports.
5
+- Changed error emoji.
6
+
7
## Version 1.7.4
8
- No changes compared to 1.7.4-beta2
0 commit comments