From a6337656007b65517962a0fcbc6e857cd7d1735f Mon Sep 17 00:00:00 2001 From: Alexey Goncharov Date: Fri, 15 Mar 2024 12:13:42 +0100 Subject: [PATCH] update CHANGELOG.md --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index fdae1ca..73f380d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +# 2.10.0 + +⚠️ **Warning:** In this version, we have changed the minimal supported versions: + +- The minimal iOS version is now 12.2. +- The minimal Xcode version is now 15.0. + +⚠️ **Breaking Changes:** +- [iOS] We are no longer support `AdaptyStoreKit2Usage` parameter in the the `Adapty-Info.plist` method. Adapty SDK now utilizes the StoreKit 2 method for introductory offer eligibility checks if available. + # 2.9.3 - [Android] Fixed the incorrect format of some analytics events in rare cases.