Skip to content

Commit 3fddf0c

Browse files
authored
Release 2.0.1 (#117)
1 parent c9cf829 commit 3fddf0c

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 = "2.0.0"
12+
s.version = "2.0.1"
1313
s.swift_version = '5'
1414
s.summary = "Backtrace's integration with iOS, macOS and tvOS"
1515
s.description = "Reliable crash and hang reporting for iOS, macOS and tvOS."

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 2.0.1
4+
- Added application.session and application.version attribute as defaults - no matter if the metrics integration is enabled or not.
5+
- Added application.build attribute that represents an app build version.
6+
37
## Version 2.0.0
48
- Adds Swift Package Manager support
59
- Improves Breadcrumbs Swift implementation

0 commit comments

Comments
 (0)