diff --git a/CHANGELOG.md b/CHANGELOG.md
index 29e658e..a1ec010 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,16 @@
+
+# [1.9.0](https://github.com/flextype-plugins/site/compare/v1.8.0...v1.9.0) (2021-01-03)
+
+### Features
+
+* **core** add plugin.php file
+* **core** improve controllers handling in routes for performance enhancements
+* **core** add plugin.php file
+
+### Bug Fixes
+
+* **bootstrap** fix and improve bootstrap loading.
+
# [1.8.0](https://github.com/flextype-plugins/site/compare/v1.7.0...v1.8.0) (2020-12-30)
diff --git a/README.md b/README.md
index d4a2783..54b607d 100755
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
-
+
Site plugin to display entries content on the website frontend.
@@ -14,7 +14,7 @@ The following dependencies need to be downloaded and installed for Site Plugin.
| Item | Version | Download |
|---|---|---|
-| [flextype](https://github.com/flextype/flextype) | 0.9.14 | [download](https://github.com/flextype/flextype/releases) |
+| [flextype](https://github.com/flextype/flextype) | 0.9.15 | [download](https://github.com/flextype/flextype/releases) |
| [twig](https://github.com/flextype-plugins/twig) | >=1.0.0 | [download](https://github.com/flextype-plugins/twig/releases) |
| [noir](https://github.com/flextype-themes/noir) | >=1.0.0 | [download](https://github.com/flextype-themes/noir/releases) |
diff --git a/plugin.yaml b/plugin.yaml
index 8e3f33d..793f045 100755
--- a/plugin.yaml
+++ b/plugin.yaml
@@ -1,5 +1,5 @@
name: Site
-version: 1.8.0
+version: 1.9.0
description: Site plugin to display entries content on the website frontend.
icon: fas fa-globe
author:
@@ -11,5 +11,5 @@ bugs: https://github.com/flextype-plugins/site/issues
license: MIT
dependencies:
- flextype: 0.9.14
+ flextype: 0.9.15
twig: '>=1.0.0'