diff --git a/README.md b/README.md index 4179815..b1e766c 100644 --- a/README.md +++ b/README.md @@ -225,7 +225,7 @@ val retrofit = Retrofit.Builder().build("your_baseUrl", okHttpClient gsonConvert ## Changelog -### v2.0.0 (in-progress) +### v2.0.0 (2022-06-23) * SDKCF-5390: **Breaking Changes:** Moved `setDebugLevel()` and `setDebug()` APIs from static to `Logger` class APIs. This will allow multiple SDK app dependencies to have their own debug logging configuration. - Deprecated `Logger.setDebugLevel()` and `Logger.setDebug()` static APIs. These APIs will no longer work but not removed to avoid crashes on incompatible SDK versions.