From e2baad22c33998670e6c7b640ba7b6dca242e607 Mon Sep 17 00:00:00 2001 From: Kasra Bigdeli Date: Thu, 3 Aug 2023 14:27:49 -0700 Subject: [PATCH] Added feature flags --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b7bf87..a26d038 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,7 +10,7 @@ - Improved: Added support for overriding mesh network settings and using an existing Docker Swarm [56e739c](https://github.com/caprover/caprover/commit/56e739c0f57ce873bf8d032de838c415548041b7) - Improved: Added support for domain aliases (redirecting to specific domains) [PR-1744](https://github.com/caprover/caprover/pull/1744) - Improved: Updated the Docker image to use Alpine base image. Image size is now less than half! -- New/Experimental: Premium features (two factor auth, build success and failure alerts, login alerts) +- New/Experimental: Premium features (two factor auth, build success and failure alerts, login alerts) - will be rolled out gradually. - New/Experimental: Anonymous metric reporting added to CapRover. Please be sure to read TERMS_AND_CONDITIONS.md for details. - Fixed: Allowing dots to be present in repo names [PR-1553](https://github.com/caprover/caprover/pull/1553)