diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5701be6cd..30480371e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,6 +3,24 @@
New Features
+Upgrade of 3rd party libraries
+
+
+The Tika 1.26 library has been upgraded to the Tika 2.1.0. This upgrade brings
+some changes in available libraries. If you depend indirectly on transitive
+dependencies of Tika 1.26 then you should consider expressing your dependencies
+in an explicit way. For more details please see the Tika migration guides:
+Migrating
+to Tika 2.0.0 and
+Tika
+2.0 Migration Guide
+
+
+- org.apache.tika:tika-core:1.26 upgraded to org.apache.tika:tika-core:2.1.0
+- org.apache.tika:tika-parsers:1.26 replaced by org.apache.tika:tika-parsers-standard-package:2.1.0
+
+
+
7.1.0 Community