diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 4ecabb734..1936d445a 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,5 +1,10 @@ ## Changelog +### 2.39.6 +* Custom Deploys: Update deploy validation to run fully off of the custom deploy token. There are breaking changes associated with these updates, so the VIP CLI must be updated to this latest version in order to continue using the custom deploy functionality. + +**Full Changelog**: https://github.com/Automattic/vip-cli/compare/2.39.5...2.39.6 + ### 2.39.5 * Custom Deploys: Pass in deploy token to StartCustomDeploy mutation and allow `getSignedUploadRequestData()` to accept another bearer token diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 859c0fd6a..69a1b1cc6 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "@automattic/vip", - "version": "2.39.6", + "version": "2.39.7-dev.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@automattic/vip", - "version": "2.39.6", + "version": "2.39.7-dev.0", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 72597c916..8cd0410da 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@automattic/vip", - "version": "2.39.6", + "version": "2.39.7-dev.0", "description": "The VIP Javascript library & CLI", "main": "index.js", "bin": {