Skip to content

Commit

Permalink
meta update for publication
Browse files Browse the repository at this point in the history
  • Loading branch information
Claude Perdigou committed Jul 21, 2020
1 parent a81da24 commit 6da9818
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ plugin:
cat plugin.json|json_pp > /dev/null
rm -rf dist
mkdir dist
zip --exclude "*.pyc" -r dist/dss-plugin-${PLUGIN_ID}-${PLUGIN_VERSION}.zip custom-recipes parameter-sets plugin.json python-connectors python-lib
zip --exclude "*.pyc" -r dist/dss-plugin-${PLUGIN_ID}-${PLUGIN_VERSION}.zip custom-recipes parameter-sets python-connectors python-lib plugin.json
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Documentation: https://www.dataiku.com/product/plugins/salesforce/

### Changelog

**Version 1.2.0 (2020-??-??)**
**Version 1.2.0 (2020-07-21)**

* New: Recipe for writing or updating a Salesforce object
* New: Support two new authentication methods: Username-Password via plugin presets and SSO (OAuth2) with per-user credentials mode
Expand Down
2 changes: 1 addition & 1 deletion plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
"licenseInfo": "Apache Software License version 2",
"url": "https://www.dataiku.com/dss/plugins/info/salesforce.html",
"tags": ["Connector", "CRM"],
"supportLevel": "NOT_SUPPORTED"
"supportLevel": "NOT_SUPPORTED"
}
}

0 comments on commit 6da9818

Please sign in to comment.