From 2e3d9705f94fa684065a628de3307d39625e0bbb Mon Sep 17 00:00:00 2001 From: Wojtek Zieba Date: Thu, 1 Feb 2024 14:56:35 +0100 Subject: [PATCH] docs: link to migration guide from readme --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 8533a9c5..4f08a8e1 100644 --- a/README.md +++ b/README.md @@ -18,3 +18,8 @@ implementation("com.parsely:parsely:") Full instructions and documentation can be found on the [Parse.ly help page](https://docs.parse.ly/android-sdk/). + +## Migration to 4.0.0 + +Version 4.0.0 of the SDK introduces significant updates and breaking changes that enhance performance and add new features. +These changes may require modifications to your existing code. For detailed instructions on how to adapt your code to these changes, please refer to our [Migration Guide](MIGRATION.md).