diff --git a/CHANGELOG.md b/CHANGELOG.md
index c1eb7b81..629897cf 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,10 @@
+## [2.0.9](https://github.com/pragmatismo-io/BotServer/compare/2.0.8...2.0.9) (2020-09-21)
+
+
+### Bug Fixes
+
+* **core.gbapp:** Dynamic services from .gbapps. ([c01430f](https://github.com/pragmatismo-io/BotServer/commit/c01430f0f38ccbf7abfd7a69c3ed238fbac04180))
+
## [2.0.8](https://github.com/pragmatismo-io/BotServer/compare/2.0.7...2.0.8) (2020-09-20)
diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md
index 1830f7f9..f31de826 100644
--- a/CODE_OF_CONDUCT.md
+++ b/CODE_OF_CONDUCT.md
@@ -8,7 +8,7 @@ In the interest of fostering an open and welcoming environment, we as contributo
Examples of behavior that contributes to creating a positive environment include:
-* Using welcoming and inclusive language
+* Using standard(no idiomatic expressions), welcoming and inclusive language
* Being respectful of differing viewpoints and experiences
* Gracefully accepting constructive criticism
* Focusing on what is best for the community
diff --git a/README.md b/README.md
index e7fd8f63..079da1e1 100644
--- a/README.md
+++ b/README.md
@@ -88,3 +88,5 @@ our trademarks remain entirely with us.
:speech_balloon: Ask a question :book: Read the Docs
+General Bots Code Name is [Guaribas](https://en.wikipedia.org/wiki/Guaribas), the name of a city in Brazil, state of Piaui.
+[Roberto Mangabeira Unger](http://www.robertounger.com/en/): "No one should have to do work that can be done by a machine".
diff --git a/package.json b/package.json
index 664c1d7b..3b24658a 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "botserver",
- "version": "2.0.8",
+ "version": "2.0.9",
"description": "General Bot Community Edition open-core server.",
"main": "./boot.js",
"bugs": "https://github.com/pragmatismo-io/BotServer/issues",