diff --git a/CHANGELOG.md b/CHANGELOG.md
index a0f4555..eb66d81 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,10 @@
+# [1.0.0-next.25](https://github.com/getmeli/meli/compare/v1.0.0-next.24...v1.0.0-next.25) (2020-12-08)
+
+
+### Features
+
+* option to disable caddy config for ui/api ([3629cbb](https://github.com/getmeli/meli/commit/3629cbb87d3ebde433cc6a2b6beeea4c18148921))
+
 # [1.0.0-next.24](https://github.com/getmeli/meli/compare/v1.0.0-next.23...v1.0.0-next.24) (2020-12-08)
 
 
diff --git a/LICENSE b/LICENSE
index 1960c4a..a6c5090 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.24
+Licensed Work:        Meli 1.0.0-next.25
                       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 01f9068..f231517 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@skipper/core",
-  "version": "1.0.0-next.24",
+  "version": "1.0.0-next.25",
   "private": true,
   "description": "",
   "main": "src/index.js",