diff --git a/CHANGELOG.md b/CHANGELOG.md index 182c401..1ef703d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Liquid iOS SDK Change Log +## 2.0.0: Stable new SDK release supporting Liquid 2.0 +* **[feature]** In-app messages. Notice that you will need to upgrade if you are still using 1.x. +* **[feature]** Add support for Apple Watch. +* **[feature]** Adjustable sessions. Remove session handling by the SDK. Sessions are now managed by Liquid servers. You can now define the maximum time between sessions in your App settings on Liquid Dashboard. This feature also improves better handling of events performed while the app is in background. +* **[enhancement]** Event names generated by Liquid changed from `_startSession` and `_endSession` to `app foreground` and `app background` respectively. +* **[enhancement]** Stability improvements. + ## 2.1.0-rc5: Sessions handled by Liquid backend * **[feature]** Remove session handling by the SDK. Sessions are now managed by Liquid servers. You can now define the maximum time between sessions in your App settings on Liquid Dashboard. This feature also improves better handling of events performed while the app is in background.