diff --git a/CHANGELOG.md b/CHANGELOG.md
index bdc3c22..f8fbcc6 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,11 @@
+# [1.0.0-next.31](https://github.com/getmeli/meli/compare/v1.0.0-next.30...v1.0.0-next.31) (2020-12-10)
+
+
+### Bug Fixes
+
+* cannot update site when no main branch selected ([eb34433](https://github.com/getmeli/meli/commit/eb3443319d86dc00c1328c318b69525a456d6e3c))
+* more indexes causing issues ([2b091d6](https://github.com/getmeli/meli/commit/2b091d61f3fcc9a7c30c882abd0cc85ca5030b54))
+
 # [1.0.0-next.30](https://github.com/getmeli/meli/compare/v1.0.0-next.29...v1.0.0-next.30) (2020-12-10)
 
 
diff --git a/LICENSE b/LICENSE
index a902426..0bb700d 100644
--- a/LICENSE
+++ b/LICENSE
@@ -3,7 +3,7 @@ Business Source License 1.1
 Parameters
 
 Licensor:             Charlie Bravo SRL
-Licensed Work:        Meli 1.0.0-next.30
+Licensed Work:        Meli 1.0.0-next.31
                       The Licensed Work is (c) 2020 Charlie Bravo SRL
 Additional Use Grant: You may make use of the Licensed Work, provided that
                       you may not use the Licensed Work for a Static Site
diff --git a/package.json b/package.json
index 867e35f..33a56b8 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@skipper/core",
-  "version": "1.0.0-next.30",
+  "version": "1.0.0-next.31",
   "private": true,
   "description": "",
   "main": "src/index.js",