Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
zihejia authored Jan 22, 2024
1 parent b6650b2 commit c61224d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## [v7.4.0](https://github.com/mixpanel/mixpanel-android/tree/v7.4.0) (2024-01-22)


### Non-Singleton MPConfig Class
In this release, we've introduced a significant change to the MPConfig class. Previously implemented as a singleton, MPConfig is now designed to provide instance-specific configurations. This change allows the creation of multiple MPConfig instances, each with potentially different configuration settings. check the [docs](https://mixpanel.github.io/mixpanel-android/com/mixpanel/android/mpmetrics/MPConfig.html#getInstance(android.content.Context)) for more details

### Enhancements

- bump target API level to 33 [\#826](https://github.com/mixpanel/mixpanel-android/pull/826)
Expand Down

0 comments on commit c61224d

Please sign in to comment.