Skip to content

Commit

Permalink
Prepare for 1.7.1 release (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
rqbacktrace authored Nov 17, 2021
1 parent e6701d5 commit 092cd9f
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 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 = "1.7.0"
s.version = "1.7.1"
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
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Backtrace Cocoa Release Notes

## Version 1.7.1
- Make `hostname` attribute optional to prevent end-user from getting Local Network permissions pop-up

## Version 1.7.0
- Simplifies default file attachments API

Expand Down
12 changes: 6 additions & 6 deletions Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
PODS:
- Backtrace (1.6.0):
- Backtrace (1.7.0):
- Backtrace-PLCrashReporter
- Backtrace-PLCrashReporter (1.5.4)
- Nimble (9.0.0)
- Quick (3.1.2)
- Nimble (9.2.1)
- Quick (4.0.0)

DEPENDENCIES:
- Backtrace (from `./Backtrace.podspec`)
Expand All @@ -22,10 +22,10 @@ EXTERNAL SOURCES:
:path: "./Backtrace.podspec"

SPEC CHECKSUMS:
Backtrace: 90e82b3be4a6bde054dcb4663511a37113c348a8
Backtrace: 2c55a06e4dc4f5381c97595c347baab07326b00b
Backtrace-PLCrashReporter: 65b9aae5468bb6af6b55b88de22b49e031331054
Nimble: 3b4ec3fd40f1dc178058e0981107721c615643d8
Quick: 60f0ea3b8e0cfc0df3259a5c06a238ad8b3c46e0
Nimble: e7e615c0335ee4bf5b0d786685451e62746117d5
Quick: 6473349e43b9271a8d43839d9ba1c442ed1b7ac4

PODFILE CHECKSUM: afc46274bf1938dc457973360b3e30ff7b342057

Expand Down

0 comments on commit 092cd9f

Please sign in to comment.