diff --git a/README.md b/README.md index 5d985b6..9dc423c 100644 --- a/README.md +++ b/README.md @@ -19,10 +19,15 @@ advertisement**. ## Changelog +### Version 3.8.2 +SDK archive: [**download**](https://storage.mds.yandex.net/get-appmetrica-mobile-sdk/175948/YandexMobileMetrica-3.8.2-ios-fd6bf496-ed60-4d84-978a-a8f9a818b566.zip) + +* Fixed an issue with serialization of revenue decimal price. + ### Version 3.8.1 SDK archive: [**download**](https://storage.mds.yandex.net/get-appmetrica-mobile-sdk/175948/YandexMobileMetrica-3.8.1-ios-05f06e48-1975-4ece-9947-1562868bfc84.zip) -* Fixed an issue with "helper" command line tool in dynamic frameworks +* Fixed an issue with "helper" command line tool in dynamic frameworks. ### Version 3.8.0 SDK archive: [**download**](https://storage.mds.yandex.net/get-appmetrica-mobile-sdk/128534/YandexMobileMetrica-3.8.0-ios-4a829c81-8941-4676-9136-48a22f386501.zip) @@ -31,7 +36,6 @@ SDK archive: [**download**](https://storage.mds.yandex.net/get-appmetrica-mobile ### Version 3.7.1 SDK archive: [**download**](https://storage.mds.yandex.net/get-appmetrica-mobile-sdk/175948/YandexMobileMetrica-3.7.1-ios-066381b6-39c3-4794-949f-2391e0ea618f.zip) - * Added support of NSDecimalNumber for a price in YMMRevenueInfo. * Added the API to control sessions manually (see the sessionsAutoTracking property of YMMYandexMetricaConfiguration). * Added the configuration flag to handle activation as a session start (see handleActivationAsSessionStart of YMMYandexMetricaConfiguration). diff --git a/YandexMobileMetrica.json b/YandexMobileMetrica.json index a9ca259..8cabc64 100644 --- a/YandexMobileMetrica.json +++ b/YandexMobileMetrica.json @@ -1,4 +1,5 @@ { + "3.8.2":"https://github.com/yandexmobile/metrica-sdk-ios/releases/download/3.8.2/YandexMobileMetrica.dynamic.framework.zip", "3.8.1":"https://github.com/yandexmobile/metrica-sdk-ios/releases/download/3.8.1/YandexMobileMetrica.dynamic.framework.zip", "3.8.0":"https://github.com/yandexmobile/metrica-sdk-ios/releases/download/3.8.0/YandexMobileMetrica.dynamic.framework.zip", "3.7.1":"https://github.com/yandexmobile/metrica-sdk-ios/releases/download/3.7.1/YandexMobileMetrica.dynamic.framework.zip",