Skip to content

Commit

Permalink
chore(release): 1.0.0-beta.22 [skip ci]
Browse files Browse the repository at this point in the history
# [1.0.0-beta.22](v1.0.0-beta.21...v1.0.0-beta.22) (2021-04-06)

### Bug Fixes

* site name update issues ([b1126ac](b1126ac))

### Features

* add posthog (closes [#220](#220)) ([#221](#221)) ([5995fbb](5995fbb))
* enable hash cache for password authentication ([#222](#222)) ([517f1b1](517f1b1))
* hide ssl config when ssl auto disabled (closes [#210](#210)) ([772eee9](772eee9))
* merge ui and server repos (closes [#203](#203)) ([#214](#214)) ([5dc005e](5dc005e))
* split mongo env vars ([#217](#217)) ([236401c](236401c))
* use mongo en in k8s ([#219](#219)) ([69c8d6b](69c8d6b))
  • Loading branch information
semantic-release-bot committed Apr 6, 2021
1 parent 376836c commit b045ce5
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 3 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
4 changes: 2 additions & 2 deletions LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit b045ce5

Please sign in to comment.