diff --git a/CHANGELOG.md b/CHANGELOG.md
index 400dcfe..7e63cbd 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,10 @@
+
+# [2.1.0](https://github.com/flextype-plugins/twig/compare/v2.0.0...v2.1.0) (2021-01-14)
+
+### Features
+
+* **core** update code base for new Flextype 0.9.16
+
# [2.0.0](https://github.com/flextype-plugins/twig/compare/v1.7.0...v2.0.0) (2021-01-07)
diff --git a/README.md b/README.md
index 4107e39..6989fed 100755
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
-
+
Twig plugin to present Twig template engine for Flextype.
@@ -19,7 +19,7 @@ The following dependencies need to be installed for Twig Plugin.
| Item | Version | Download |
|---|---|---|
-| [flextype](https://github.com/flextype/flextype) | 0.9.15 | [download](https://github.com/flextype/flextype/releases) |
+| [flextype](https://github.com/flextype/flextype) | 0.9.16 | [download](https://github.com/flextype/flextype/releases) |
## Installation
diff --git a/composer.json b/composer.json
index cdada1f..3a521cc 100644
--- a/composer.json
+++ b/composer.json
@@ -8,7 +8,7 @@
"authors": [
{
"name": "Sergey Romanenko",
- "email": "support@flextype.org",
+ "email": "sergey.romanenko@flextype.org",
"homepage": "https://flextype.org"
}
],
diff --git a/dependencies.php b/dependencies.php
index 8d00fd2..1836110 100644
--- a/dependencies.php
+++ b/dependencies.php
@@ -3,7 +3,7 @@
declare(strict_types=1);
/**
- * @link http://digital.flextype.org
+ * @link https://flextype.org
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
diff --git a/plugin.yaml b/plugin.yaml
index 1f10e89..ecbabd3 100755
--- a/plugin.yaml
+++ b/plugin.yaml
@@ -1,16 +1,16 @@
name: Twig
-version: 2.0.0
+version: 2.1.0
description: Twig plugin to present Twig template engine for Flextype.
icon:
name: palette
set: "fontawesome|solid"
author:
name: Sergey Romanenko
- email: support@flextype.org
+ email: sergey.romanenko@flextype.org
url: https://flextype.org
homepage: https://github.com/flextype-plugins/twig
bugs: https://github.com/flextype-plugins/twig/issues
license: MIT
dependencies:
- flextype: 0.9.15
+ flextype: 0.9.16