diff --git a/CHANGELOG.md b/CHANGELOG.md index d6c7862..d410a4e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,20 @@ +# [1.0.0-beta.22](https://github.com/getmeli/meli/compare/v1.0.0-beta.21...v1.0.0-beta.22) (2021-04-06) + + +### Bug Fixes + +* site name update issues ([b1126ac](https://github.com/getmeli/meli/commit/b1126aca456997d72ec85d6dcde41fb68e75074a)) + + +### Features + +* add posthog (closes [#220](https://github.com/getmeli/meli/issues/220)) ([#221](https://github.com/getmeli/meli/issues/221)) ([5995fbb](https://github.com/getmeli/meli/commit/5995fbb94ae8a5f1116c7825ef1bfa35d0d7b10b)) +* enable hash cache for password authentication ([#222](https://github.com/getmeli/meli/issues/222)) ([517f1b1](https://github.com/getmeli/meli/commit/517f1b16235fe3b11dc45fad9c833bba92d925d6)) +* hide ssl config when ssl auto disabled (closes [#210](https://github.com/getmeli/meli/issues/210)) ([772eee9](https://github.com/getmeli/meli/commit/772eee9691b2a28c5ea981ec55637f803801446a)) +* merge ui and server repos (closes [#203](https://github.com/getmeli/meli/issues/203)) ([#214](https://github.com/getmeli/meli/issues/214)) ([5dc005e](https://github.com/getmeli/meli/commit/5dc005e5955cf75889f921786281fc470eb26aed)) +* split mongo env vars ([#217](https://github.com/getmeli/meli/issues/217)) ([236401c](https://github.com/getmeli/meli/commit/236401c2bf55a37556500bed30e78ec87466cff5)) +* use mongo en in k8s ([#219](https://github.com/getmeli/meli/issues/219)) ([69c8d6b](https://github.com/getmeli/meli/commit/69c8d6bcc24398827d3bbaef9b9fdf7f03c12b40)) + # [1.0.0-beta.21](https://github.com/getmeli/meli/compare/v1.0.0-beta.20...v1.0.0-beta.21) (2021-03-23) diff --git a/LICENSE b/LICENSE index e672050..ed61d82 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-beta.21 +Licensed Work: Meli 1.0.0-beta.22 The Licensed Work is (c) 2021 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 @@ -15,7 +15,7 @@ Additional Use Grant: You may make use of the Licensed Work, provided that Licensed Work by creating organizations, teams or sites controlled by such third parties. -Change Date: 2025-3-23 +Change Date: 2025-4-6 Change License: Apache License, Version 2.0 diff --git a/package.json b/package.json index 67acdfd..a182e89 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "meli", - "version": "1.0.0-beta.21", + "version": "1.0.0-beta.22", "description": "Authentication and authorization service. Never write auth again.", "repository": { "type": "git",