diff --git a/modules/core/connection.js b/modules/core/connection.js index 741163c5b..c3a312867 100644 --- a/modules/core/connection.js +++ b/modules/core/connection.js @@ -280,7 +280,7 @@ export function Connection(useHttps) { method: 'PUT', path: '/api/0.6/changeset/create', options: { header: { 'Content-Type': 'text/xml' } }, - content: JXON.stringify(connection.changesetJXON(connection.changesetTags(comment, imageryUsed))) + content: JXON.stringify(connection.changesetJXON(connection.changesetTags(version, comment, imageryUsed))) }, function(err, changeset_id) { if (err) return callback(err); oauth.xhr({