diff --git a/integrations/moengage/HISTORY.md b/integrations/moengage/HISTORY.md index 7ebc5ba46..cac0a2a5a 100644 --- a/integrations/moengage/HISTORY.md +++ b/integrations/moengage/HISTORY.md @@ -1,3 +1,8 @@ +1.1.0 / 2023-11-16 +================== + + * Adds support for cluster option + 1.0.6 / 2019-01-07 ================== diff --git a/integrations/moengage/lib/index.js b/integrations/moengage/lib/index.js index 1a6def233..8f414e170 100644 --- a/integrations/moengage/lib/index.js +++ b/integrations/moengage/lib/index.js @@ -18,6 +18,7 @@ var find = require('obj-case').find; var MoEngage = (module.exports = integration('MoEngage') .option('apiKey', '') .option('debugMode', false) + .option('cluster', undefined) .tag( '