diff --git a/.changeset/twelve-games-run.md b/.changeset/twelve-games-run.md new file mode 100644 index 00000000..c0e6d30f --- /dev/null +++ b/.changeset/twelve-games-run.md @@ -0,0 +1,17 @@ +--- +"@comet/brevo-api": major +"@comet/brevo-admin": minor +--- + +Add a brevo configuration field for `redirectionUrl` +Env vars containing this information can be removed and must be removed from the brevo module configuration. + +```diff +BrevoModule.register({ + brevo: { +- allowedRedirectionUrl: config.brevo.allowedRedirectionUrl, + //... + }, + //.. +}) +```