Skip to content

Commit

Permalink
Update CHANGELOG.md (attentive-mobile#98)
Browse files Browse the repository at this point in the history
Small spelling error fix

Signed-off-by: Jason Aden <[email protected]>
  • Loading branch information
jasonaden authored Jun 18, 2024
1 parent 69d2890 commit 0f912fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## [0.6.0](https://github.com/attentive-mobile/attentive-ios-sdk/compare/0.5.1...0.6.0) (2024-06-13)

### Breaking Changes
* `ATTNEventTracker.sharedInstance()` returns now and Optional. Update your codebase accordandly to avoid operating over a nil instance.
* `ATTNEventTracker.sharedInstance()` returns now and Optional. Update your codebase accordingly to avoid operating over a nil instance.
* For **SPM**, Objective-C target **ATTNSDKFrameworkObjc** was added due to mixed languages limitations in the **Sources/** folder. Please use `import ATTNSDKFrameworkObjc` to access the following global constants.

| Creative |
Expand Down Expand Up @@ -59,4 +59,4 @@

### Feature

* Update documentation to make identify signature more clear ([84](https://github.com/attentive-mobile/attentive-ios-sdk/pull/84)) ([46691f2](https://github.com/attentive-mobile/attentive-ios-sdk/commit/46691f276e02add53c6f6a0af5cd1c13c04c9497))
* Update documentation to make identify signature more clear ([84](https://github.com/attentive-mobile/attentive-ios-sdk/pull/84)) ([46691f2](https://github.com/attentive-mobile/attentive-ios-sdk/commit/46691f276e02add53c6f6a0af5cd1c13c04c9497))

0 comments on commit 0f912fc

Please sign in to comment.