diff --git a/CHANGELOG.md b/CHANGELOG.md index 4140da6..3986e29 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +# [1.0.0-next.4](https://github.com/getmeli/meli/compare/v1.0.0-next.3...v1.0.0-next.4) (2020-12-04) + + +### Features + +* basic ssl configuration ([d2ce463](https://github.com/getmeli/meli/commit/d2ce463fe600b3ee3d7c319226a0d16d59c4d693)) +* configure caddy to server api and ui ([5a3566a](https://github.com/getmeli/meli/commit/5a3566a5af74db602bf06be4086245b2fd6bbc2a)) +* default sites domain to main host ([c2ff7a2](https://github.com/getmeli/meli/commit/c2ff7a29c6696c05650479c0a97dba9f90f8012f)) +* force redirect path to start with slash ([b3f29e5](https://github.com/getmeli/meli/commit/b3f29e5ef35b69ee241b784b8b92e3e9e5d8ebbe)) +* simplify deployment ([c53702c](https://github.com/getmeli/meli/commit/c53702c5380c1c03ca2a194f727988006bded84b)) +* simplify env configuration ([a6ff61f](https://github.com/getmeli/meli/commit/a6ff61fbfb2bba8bea1b57c887b61fba2b11c8fd)) +* split authentication methods and org access check ([8877034](https://github.com/getmeli/meli/commit/887703419a22bf9c9d680458cdb8e7d29a976957)) + # [1.0.0-next.3](https://github.com/getmeli/meli/compare/v1.0.0-next.2...v1.0.0-next.3) (2020-12-02) diff --git a/LICENSE b/LICENSE index 72b0a07..adccdfe 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.3 +Licensed Work: Meli 1.0.0-next.4 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 7ecec3d..e24eb16 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@skipper/core", - "version": "1.0.0-next.3", + "version": "1.0.0-next.4", "private": true, "description": "", "main": "src/index.js",