diff --git a/CHANGELOG b/CHANGELOG
index 1091db6..6325ae4 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,5 +1,11 @@
# Inspeckage - CHANGELOG
+2.3
+---------------
+- Device Fingerprint - override more than 30 parameters such as advertising id, MAC address, IMEI, release, brand, build mode...
+- Location - without use "Mock location" functionality, change GPS location to the searched location on the map or enter latitude/longitude
+- bug fix
+
2.2
---------------
- Replaces - now you can replace parameters/return value of hooked methods (+Hooks)
diff --git a/README.md b/README.md
index 66bfe94..bf616b3 100644
--- a/README.md
+++ b/README.md
@@ -49,6 +49,14 @@ With Xposed it's possible to perform actions such as start a unexported activity
* Start, stop and restart the application;
* Replace params and return value (+Hooks tab).
+#### Fingerprint
+
+* Device fingerprint - advertising id, MAC address, IMEI, release, brand, build mode...
+
+#### Location
+
+* Change GPS location (without use "Mock location" functionality)
+
#### Extras
* APK Download;
@@ -57,6 +65,7 @@ With Xposed it's possible to perform actions such as start a unexported activity
* Download the output generated by hooks in text file format;
* Take a screen capture;
* Send text to android clipboard.
+* Tips - some howto/guide
#### Configuration
@@ -108,17 +117,31 @@ And reboot!
-
+
+
+
+
+
-
+
-
+
+
+
+
+
+
+
+
+
+
+
License
-------