diff --git a/CHANGELOG.md b/CHANGELOG.md index ac799f78..f2c9c715 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,5 @@ -# [0.9.8](https://github.com/flextype/flextype/compare/v0.9.7...v0.9.8) (2020-05-xx) +# [0.9.8](https://github.com/flextype/flextype/compare/v0.9.7...v0.9.8) (2020-05-14) ### Features * **core:** New lightweight and powerful core for kickass Applications! diff --git a/README.md b/README.md index e6371887..30c524ed 100755 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ ## INTRODUCTION - **Flextype** is an open-source self-hosted **Data-First Headless CMS & API**. It is was **founded in March 2018** as lightweight alternative to other heavy Content Management Systems. Many people use complex solutions for simple projects, unnecessarily. Building this Content Management System, we focused on simplicity - even novice webmaster adapt his template and writes his own plugin. To achieve this, we implemented a simple but powerful API's. +**Flextype** is an open-source self-hosted **Data-First Headless CMS & API**. It is was **founded in March 2018** as lightweight alternative to other heavy Content Management Systems. Many people use complex solutions for simple projects, unnecessarily. Building this Content Management System, we focused on simplicity - even novice webmaster adapt his template and writes his own plugin. To achieve this, we implemented a simple but powerful API's. With Flextype, you are in complete control. Design your data structure the way you want. Update and share your data with others and teams using version control. Flextype does not require MySQL database, because all the data are collected in a simple files. Perfect portability when changing your hosting provider. Just copy all the files from one server to another. diff --git a/src/flextype/config/flextype.yaml b/src/flextype/config/flextype.yaml index ad1b6b0b..cad3a1ec 100644 --- a/src/flextype/config/flextype.yaml +++ b/src/flextype/config/flextype.yaml @@ -1,5 +1,5 @@ name: Flextype -version: 0.9.8-alpha-1 +version: 0.9.8 description: Self-hosted Data-First Headless CMS & API. author: name: Sergey Romanenko