Skip to content

Commit 5f5b967

Browse files
authored
Release 1.7.5 (#106)
* Mutable error message * Attribute tests * Version 1.7.5: version update and changelog update * Changelog
1 parent 0fcf032 commit 5f5b967

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

Backtrace.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
Pod::Spec.new do |s|
1010

1111
s.name = "Backtrace"
12-
s.version = "1.7.4"
12+
s.version = "1.7.5"
1313
s.summary = "Backtrace's integration with iOS, macOS and tvOS"
1414
s.description = "Reliable crash and hang reporting for iOS, macOS and tvOS."
1515
s.homepage = "https://backtrace.io/"

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Backtrace Cocoa Release Notes
22

3+
## Version 1.7.5
4+
- Fixed error.message values persists across multiple reports.
5+
- Changed error emoji.
6+
37
## Version 1.7.4
48
- No changes compared to 1.7.4-beta2
59

0 commit comments

Comments
 (0)