Invalid config after upgrading

Warning: Invalid configuration encountered
  at 'functions.scale-edge': unrecognized property 'cors'
  at 'functions.scale-edge': unrecognized property 'embedded'

Hi! I’m getting the warnings above using this config. Any ideas? The embedded config follows the documentation from this plugin: Serverless Framework: Plugins

Thanks!

functions:
  scale-edge:
    handler: my-handler
    timeout: 30
    memorySize: 1792
    cors: true
    embedded:
      files:
        - config/index.js
      variables: ${file(./env.yml):${self:provider.stage}}