Skip to content

Commit

Permalink
Added Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
ArielDemarco committed Oct 18, 2024
1 parent 4c4d797 commit 987ec4b
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@

## 6.5.0
*Oct 18th, 2024*
* Features
* Removed `SwiftLint` from `Package.swift` as a dependency, which reduces the download size of our SDK and prevents dependency resolution conflicts.
* For those consuming the SDK without an `appId`, `Embrace.Options` now includes the possibility to provide custom configuration (implementing `EmbraceConfigurable`).
* Fixes
* Fixed a linking conflict issue affecting some users both with SPM and CocoaPods.
* Implemented a fix to expose user customization methods (`userName`, `userEmail`, `userIdentifier`, and `clearUserProperties`) to Objective-C.
* Fixed a bug that caused the `Span.Status` to be incorrect when exporting a session ended due to a crash.

## 6.4.2
*Oct 2nd, 2024*
Expand Down

0 comments on commit 987ec4b

Please sign in to comment.