Skip to content

Commit

Permalink
Prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
vlussenburg committed Jul 13, 2022
1 parent f6cd072 commit 0e0b181
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
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 = "1.7.2"
s.version = "1.7.3"
s.summary = "Backtrace's integration with iOS, macOS and tvOS"
s.description = "Reliable crash and hang reporting for iOS, macOS and tvOS."
s.homepage = "https://backtrace.io/"
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Backtrace Cocoa Release Notes

## Version 1.7.3
- Enable OOM reports for 15.3.1 against, disable client side unwinding by default
- Added BETA Breadcrumbs implementation
- Updated BETA Crash Free metrics based on feedback from beta testing
- Updated build scripts

## Version 1.7.2
- Disable OOM reports for 15.3.1+ for backtrace-cocoa (so invalid OOM reports don't crash it)

Expand Down

0 comments on commit 0e0b181

Please sign in to comment.