diff --git a/app/src/main/assets/html/changelogs.html b/app/src/main/assets/html/changelogs.html
index 14071f9fa..5ad64fb89 100644
--- a/app/src/main/assets/html/changelogs.html
+++ b/app/src/main/assets/html/changelogs.html
@@ -15,12 +15,27 @@
Change Logs
(Current Version)
-Build101.0.1
+Build102.0.1
-Bug Fixes
+User Interface
+ - Added tracker indicator on Dex classes.
+
+ It will show a tracker icon next to the class name if the class is a tracker. Dex
+ classes tracker cannot be blocked since they are the class implementations of the
+ tracker SDK. Blocking their components should render them useless anyway.
+
+
+Bug Fixes
+
+
+ - Fixed a major logical error in Trackers scanner framework that was causing the app to not
+ include the Providers component after the scanning.
+
+ - Fixed search in Dex Classes panel not showing any results.
+ - Fixed Batch Trackers not working on not-root modes.