diff --git a/packages/godata/CHANGELOG.md b/packages/godata/CHANGELOG.md index 0551475cd..724d6e886 100644 --- a/packages/godata/CHANGELOG.md +++ b/packages/godata/CHANGELOG.md @@ -1,5 +1,12 @@ # @openfn/language-godata +## 3.4.0 + +### Minor Changes + +- df4cfca: Switch from `'writeOnly: true'` to `'format: email'` in the godata + configuration schema. + ## 3.3.1 ### Patch Changes diff --git a/packages/godata/configuration-schema.json b/packages/godata/configuration-schema.json index ccd3892a8..d04db5d68 100644 --- a/packages/godata/configuration-schema.json +++ b/packages/godata/configuration-schema.json @@ -16,7 +16,7 @@ "title": "Email", "type": "string", "description": "Your Godata login email", - "writeOnly": true, + "format": "email", "minLength": 1, "examples": [ "test@openfn.org" diff --git a/packages/godata/package.json b/packages/godata/package.json index 9b6f09ea3..14d65b4b2 100644 --- a/packages/godata/package.json +++ b/packages/godata/package.json @@ -1,6 +1,6 @@ { "name": "@openfn/language-godata", - "version": "3.3.1", + "version": "3.4.0", "description": "An OpenFn adaptor for use with the WHO's GoData API", "main": "dist/index.cjs", "scripts": {