diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6062d5d..ce3ca89 100755
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,10 @@
+
+# [2.9.1](https://github.com/flextype-plugins/sitemap/compare/v2.9.0...v2.9.1) (2021-01-07)
+
+### Bug Fixes
+
+* **core** fix issues with wrong dependencies file.
+
# [2.9.0](https://github.com/flextype-plugins/sitemap/compare/v2.8.0...v2.9.0) (2021-01-07)
diff --git a/README.md b/README.md
index 90bc9fb..6a86f1d 100755
--- a/README.md
+++ b/README.md
@@ -28,7 +28,7 @@ The following dependencies need to be downloaded and installed for Sitemap Plugi
| Key | Value | Description |
|---|---|---|
| enabled | true | true or false to disable the plugin |
-| priority | 95 | sitemap plugin priority |
+| priority | 100 | sitemap plugin priority |
| route | sitemap.xml | sitemap route |
| ignore | [] | List of entries to ignore |
| additions | [] | List of additions to add |
diff --git a/bootstrap.php b/bootstrap.php
index 8d9b3a6..aa259a9 100755
--- a/bootstrap.php
+++ b/bootstrap.php
@@ -15,4 +15,3 @@
include_once 'app/Controllers/SitemapController.php';
include_once 'routes/web.php';
-include_once 'dependencies.php';
diff --git a/plugin.yaml b/plugin.yaml
index a073e2c..8c9c151 100755
--- a/plugin.yaml
+++ b/plugin.yaml
@@ -1,5 +1,5 @@
name: Sitemap
-version: 2.8.0
+version: 2.9.1
description: Provide automatically generated XML sitemap.
author:
name: Sergey Romanenko