Skip to content

Commit

Permalink
docs: add release date for v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentdelmundo authored Jun 23, 2022
1 parent e21f80a commit d4be008
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit d4be008

Please sign in to comment.