Skip to content

Commit

Permalink
Release 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
konraddysput committed Oct 30, 2023
1 parent c9cf829 commit f142ab7
Show file tree
Hide file tree
Showing 2 changed files with 5 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 = "2.0.0"
s.version = "2.0.1"
s.swift_version = '5'
s.summary = "Backtrace's integration with iOS, macOS and tvOS"
s.description = "Reliable crash and hang reporting for iOS, macOS and tvOS."
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Backtrace Cocoa Release Notes

## Version 2.0.1
- Added application.session and application.version attribute as defaults - no matter if the metrics integration is enabled or not.
- Added application.build attribute that represents an app build version.

## Version 2.0.0
- Adds Swift Package Manager support
- Improves Breadcrumbs Swift implementation
Expand Down

0 comments on commit f142ab7

Please sign in to comment.