Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# 4.0.2

### Added
- Insights: support for event subtypes (`purchase`, `addToCart`) with revenue tracking fields (`objectData`, `currency`, `value`)
- Insights: new public API methods `purchasedObjectIDs`, `purchasedObjectIDsAfterSearch`, `addedToCartObjectIDs`, and `addedToCartObjectIDsAfterSearch` on `HitsAfterSearchTrackable`
- Insights: high-level `trackPurchase` and `trackAddToCart` convenience methods on `HitsTracker`

# 4.0.1

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ kotlin.mpp.androidSourceSetLayoutVersion=2

# Lib
GROUP=com.algolia
VERSION_NAME=4.0.1
VERSION_NAME=4.0.2

# OSS
mavenCentralPublishing=true
Expand Down
Loading