diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5411d67..d0a7ef1 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,21 @@
+# [0.3.6](https://github.com/cogsmith/webgate/compare/0.3.6...main) @ [2021-04-27](https://github.com/cogsmith/webgate/releases/tag/0.3.6)
+
+## DIFF
+- [10 COMMITS SINCE LAST TAG = 0.3.5](https://github.com/cogsmith/webgate/compare/0.3.5...0.3.6)
+
+## DEV
+- [#11: Extract XT.App Library](https://github.com/cogsmith/webgate/issues/11)
+
+## COMMIT
+- Merge branch 'main' of https://github.com/cogsmith/webgate
+
+
+
+---
+
+
# [0.3.5](https://github.com/cogsmith/webgate/compare/0.3.5...main) @ [2021-04-26](https://github.com/cogsmith/webgate/releases/tag/0.3.5)
## DIFF
diff --git a/package-lock.json b/package-lock.json
index 86a122f..2d6b802 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "webgate",
- "version": "0.3.6-dev",
+ "version": "0.3.6",
"lockfileVersion": 2,
"requires": true,
"packages": {
diff --git a/package.json b/package.json
index 02aaabc..d941511 100644
--- a/package.json
+++ b/package.json
@@ -1,5 +1,5 @@
{
- "version": "0.3.6-dev",
+ "version": "0.3.6",
"namelong": "WEBGATE",
"nametag": "WEBGATE",
"name": "webgate",
@@ -39,5 +39,5 @@
"pino-pretty": "^4.7.1",
"yargs": "^16.2.0"
},
- "versiontaglast": "0.3.5"
+ "versiontaglast": "0.3.6"
}