diff --git a/README.rst b/README.rst
index d0cafa6c3928eb192cb68b86d1098e1b3348fee7..1a0036f7b97ae3e9b02dae3202150d69184bc32c 100644
--- a/README.rst
+++ b/README.rst
@@ -298,9 +298,12 @@ Please do not report security issues in public. Send security concerns via email
 Changelog
 =========
 
-2.5.4 - 2021-02-16
+2.6.0 - 2021-02-16
 ------------------
 
+* Deep Linking content presentation implementation, for resource links, HTML,
+  HTML links, and images.
+
 * Fix bug with `config_id` migration where an entry was created _during_
   the migration and did _not_ receive a valid UUID value.
 
diff --git a/setup.py b/setup.py
index bd14927c4872f5d24bff97985499756e727e48b7..f98622dd0a145d4d2525709209f4c901038a4c32 100644
--- a/setup.py
+++ b/setup.py
@@ -49,7 +49,7 @@ with open('README.rst') as _f:
 
 setup(
     name='lti-consumer-xblock',
-    version='2.5.3',
+    version='2.6.0',
     description='This XBlock implements the consumer side of the LTI specification.',
     long_description=long_description,
     long_description_content_type='text/x-rst',